Skip to content

Commit 28699ca

Browse files
Nicolas Frattarolimmind
authored andcommitted
dt-bindings: clock: rk3576: add SCMI clocks
Mainline Linux uses different clock IDs from both downstream and mainline TF-A, which both got them from downstream Linux. If we want to control clocks through SCMI, we'll need to know about these IDs. Add the relevant ones prefixed with SCMI_ to the header. Signed-off-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com> Acked-by: "Rob Herring (Arm)" <robh@kernel.org> Link: https://lore.kernel.org/r/20250310-rk3576-scmi-clocks-v1-1-e165deb034e8@collabora.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent e0945a0 commit 28699ca

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

include/dt-bindings/clock/rockchip,rk3576-cru.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,4 +589,9 @@
589589
#define PCLK_EDP_S 569
590590
#define ACLK_KLAD 570
591591

592+
/* SCMI clocks, use these when changing clocks through SCMI */
593+
#define SCMI_ARMCLK_L 10
594+
#define SCMI_ARMCLK_B 11
595+
#define SCMI_CLK_GPU 456
596+
592597
#endif

0 commit comments

Comments
 (0)