]> git.ipfire.org Git - thirdparty/u-boot.git/commit
sunxi: sun50i_h6: add A523 SPL clock setup code
authorJernej Skrabec <jernej.skrabec@gmail.com>
Sat, 24 Aug 2024 16:58:28 +0000 (17:58 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 27 Jul 2025 21:58:05 +0000 (22:58 +0100)
commitd157dec118f8cf81bc60dcfd010cc30bde8e5e23
tree25024af0e29551d9dd704af54a2cd0e8c42658df
parent7a5170a6fc7797435e2a2934421ebc216bb1dcfe
sunxi: sun50i_h6: add A523 SPL clock setup code

This adds the early A523 clock setup code, for the basic peripheral PLL
and the basic bus clocks (APB/AHB). This is quite close to the existing
H6 and H616 clock code, so this shares the same file. A few bits and bobs
are different, though, so filter for the A523 in a few occasions.

Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
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