From: Heiko Stuebner Date: Wed, 5 Nov 2025 23:54:08 +0000 (+0100) Subject: arm64: dts: rockchip: use SCMI clock id for gpu clock on rk356x X-Git-Tag: v6.19-rc1~100^2~12^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c609425988969e46a6d562329f4061c82017945;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://patch.msgid.link/20251105235408.163282-1-heiko@sntech.de --- diff --git a/arch/arm64/boot/dts/rockchip/rk356x-base.dtsi b/arch/arm64/boot/dts/rockchip/rk356x-base.dtsi index d0dc7f8d03510..c005135089d46 100644 --- a/arch/arm64/boot/dts/rockchip/rk356x-base.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk356x-base.dtsi @@ -560,7 +560,7 @@ , ; 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>;