sunxi: clock: H6: remove struct sunxi_prcm_reg
authorAndre Przywara <andre.przywara@arm.com>
Sun, 26 Jan 2025 00:04:41 +0000 (00:04 +0000)
committerTom Rini <trini@konsulko.com>
Mon, 28 Apr 2025 18:45:44 +0000 (12:45 -0600)
commit85e9882a17fe111fcb5cb563e673a6b46814044c
treeb296d871bb2febd697d23cc20fd52cb1c49b5dc5
parent3389c5729766ce0c7d7b64cce0676fe5c963fc0b
sunxi: clock: H6: remove struct sunxi_prcm_reg

With the SPL clock code and the DRAM init routine we converted all users
of the H6 class "struct sunxi_prcm_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/prcm_sun50i.h