From: Heiko Stuebner Date: Sun, 23 Jun 2024 21:56:31 +0000 (+0200) Subject: ARM: dts: rockchip: use constant for HCLK_SFC on rk3128 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a24fc58198084194796486698e779963636c9065;p=users%2Fjedix%2Flinux-maple.git ARM: dts: rockchip: use constant for HCLK_SFC on rk3128 Due to inter-branch dependencies, it was necessary to add the rk3128 sfc controller with its hclk_sfc using the numeric clock id value instead of the nicer constant from the binding. Now that it's available, change over to this constant. Signed-off-by: Heiko Stuebner Link: https://lore.kernel.org/r/20240623215631.440399-1-heiko@sntech.de Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/boot/dts/rockchip/rk3128.dtsi b/arch/arm/boot/dts/rockchip/rk3128.dtsi index 23e633387c24d..b8c3600f9d053 100644 --- a/arch/arm/boot/dts/rockchip/rk3128.dtsi +++ b/arch/arm/boot/dts/rockchip/rk3128.dtsi @@ -429,7 +429,7 @@ compatible = "rockchip,sfc"; reg = <0x1020c000 0x8000>; interrupts = ; - clocks = <&cru SCLK_SFC>, <&cru 479>; + clocks = <&cru SCLK_SFC>, <&cru HCLK_SFC>; clock-names = "clk_sfc", "hclk_sfc"; status = "disabled"; };