arm64: dts: rockchip: use SCMI clock id for gpu clock on
From: Heiko Stuebner <heiko@...> Date: Thu, 6 Nov 2025 00:50:05 +0100
Commit-Message
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@...>
Patch-Comment
arch/arm64/boot/dts/rockchip/rk356x-base.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Statistics
- 1 lines added
- 1 lines removed
Changes
---------------- arch/arm64/boot/dts/rockchip/rk356x-base.dtsi -----------------
index a1815f8a96e1..16773904ff66 100644
@@ -616,7 +616,7 @@ gpu: gpu@fde60000 {
<GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "job", "mmu", "gpu";
+ clocks = <&scmi_clk SCMI_CLK_GPU>, <&cru CLK_GPU>;
clock-names = "gpu", "bus";
#cooling-cells = <2>;
power-domains = <&power RK3568_PD_GPU>;