diff options
author | 2025-03-10 10:59:56 +0100 | |
---|---|---|
committer | 2025-03-14 20:07:18 +0100 | |
commit | 28699ca6d9018201674787e7b6bdce68d9cf7256 (patch) | |
tree | 50460d8b2b86f75e104029b8db4d1d936b5d70e7 | |
parent | arm64: dts: rockchip: Fix pcie reset gpio on Orange Pi 5 Max (diff) | |
download | wireguard-linux-28699ca6d9018201674787e7b6bdce68d9cf7256.tar.xz wireguard-linux-28699ca6d9018201674787e7b6bdce68d9cf7256.zip |
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>
-rw-r--r-- | include/dt-bindings/clock/rockchip,rk3576-cru.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rockchip,rk3576-cru.h b/include/dt-bindings/clock/rockchip,rk3576-cru.h index 25aed298ac2c..f576e61bec70 100644 --- a/include/dt-bindings/clock/rockchip,rk3576-cru.h +++ b/include/dt-bindings/clock/rockchip,rk3576-cru.h @@ -589,4 +589,9 @@ #define PCLK_EDP_S 569 #define ACLK_KLAD 570 +/* SCMI clocks, use these when changing clocks through SCMI */ +#define SCMI_ARMCLK_L 10 +#define SCMI_ARMCLK_B 11 +#define SCMI_CLK_GPU 456 + #endif |