sunxi: clock: H6: remove struct sunxi_ccm_reg
authorAndre Przywara <andre.przywara@arm.com>
Fri, 24 Jan 2025 23:43:52 +0000 (23:43 +0000)
committerTom Rini <trini@konsulko.com>
Mon, 28 Apr 2025 18:45:44 +0000 (12:45 -0600)
commit5721a3c47ae153285ceddec4d0fe5d8b36a688d4
tree5abdcc0f027cff4e4c8085597f5883ba011c0eab
parentc626eff09aea260989ea92644c7ac8016168c7a2
sunxi: clock: H6: remove struct sunxi_ccm_reg

With the SPL clock code, the MMC driver, and the DRAM init routine we
converted all users of the H6 class "struct sunxi_ccm_reg" over to use
 #define'd register offsets now.

Drop the whole definition of this struct now, since it's not needed
anymore, for all H6 and H616 boards.
This removes the entire fragile and questionable definition, and allows
new SoCs to share the code more easily.

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