[PATCH v2 03/16] arm: rockchip: add RK3576-specific syscon ids

Heiko Stuebner heiko at sntech.de
Mon Apr 14 22:00:58 CEST 2025


From: Detlev Casanova <detlev.casanova at collabora.com>

The rk3576 defines some more different syscons, namely the IOC-syscon
holding io-controller registers and sdgmac holding settings for the
gmac controller.

Signed-off-by: Detlev Casanova <detlev.casanova at collabora.com>
Signed-off-by: Heiko Stuebner <heiko at sntech.de>
Reviewed-by: Quentin Schulz <quentin.schulz at cherry.de>
---
 arch/arm/include/asm/arch-rockchip/clock.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/include/asm/arch-rockchip/clock.h b/arch/arm/include/asm/arch-rockchip/clock.h
index a9921fbb6e4..533f8bd89eb 100644
--- a/arch/arm/include/asm/arch-rockchip/clock.h
+++ b/arch/arm/include/asm/arch-rockchip/clock.h
@@ -39,6 +39,8 @@ enum {
 	ROCKCHIP_SYSCON_PIPE_PHY2_GRF,
 	ROCKCHIP_SYSCON_VOP_GRF,
 	ROCKCHIP_SYSCON_VO_GRF,
+	ROCKCHIP_SYSCON_IOC,
+	ROCKCHIP_SYSCON_SDGMAC,
 };
 
 /* Standard Rockchip clock numbers */
-- 
2.47.2



More information about the U-Boot mailing list