diff options
| author | Heiko Stuebner <heiko@sntech.de> | 2025-11-06 00:54:08 +0100 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2025-11-13 23:25:24 +0100 |
| commit | 4c609425988969e46a6d562329f4061c82017945 (patch) | |
| tree | 7e9c4b638b4765fa0df79b3df3f960b5185e48a6 | |
| parent | f151b74eadc65b14a60577d3d186385d69c4d79a (diff) | |
arm64: dts: rockchip: use SCMI clock id for gpu clock on rk356x
Instead of hard-coding 1, use the more descriptive ID from the binding
to reference the SCMI clock for the gpu on rk356x.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patch.msgid.link/20251105235408.163282-1-heiko@sntech.de
| -rw-r--r-- | arch/arm64/boot/dts/rockchip/rk356x-base.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk356x-base.dtsi b/arch/arm64/boot/dts/rockchip/rk356x-base.dtsi index d0dc7f8d0351..c005135089d4 100644 --- a/arch/arm64/boot/dts/rockchip/rk356x-base.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk356x-base.dtsi @@ -560,7 +560,7 @@ <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>; interrupt-names = "job", "mmu", "gpu"; - clocks = <&scmi_clk 1>, <&cru CLK_GPU>; + clocks = <&scmi_clk SCMI_CLK_GPU>, <&cru CLK_GPU>; clock-names = "gpu", "bus"; #cooling-cells = <2>; power-domains = <&power RK3568_PD_GPU>; |
