]> git.ipfire.org Git - thirdparty/u-boot.git/commit
sunxi: clock: H6: unify PLL control bit definitions
authorAndre Przywara <andre.przywara@arm.com>
Wed, 29 Jan 2025 23:16:25 +0000 (23:16 +0000)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 27 Jul 2025 21:57:35 +0000 (22:57 +0100)
commitf02e64d011745de095b8072fd3b0b34f888144e6
treec66805b6dcaba6820ec06f71e878420d31141de9
parent4c3b5fcd810081bd7f3c51859fe1b5f0c159803c
sunxi: clock: H6: unify PLL control bit definitions

The Allwinner PLLs share most of their control bits, they differ mostly
in the factors and dividers.

Drop the PLL specific definition of those common bits, and use one
shared macro, for all PLLs.

This requires changing the users in the SPL clock and DRAM code.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
arch/arm/include/asm/arch-sunxi/clock_sun50i_h6.h
arch/arm/mach-sunxi/clock_sun50i_h6.c
arch/arm/mach-sunxi/dram_sun50i_a133.c
arch/arm/mach-sunxi/dram_sun50i_h6.c
arch/arm/mach-sunxi/dram_sun50i_h616.c