]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: rockchip: use constant for HCLK_SFC on rk3128
authorHeiko Stuebner <heiko@sntech.de>
Sun, 23 Jun 2024 21:56:31 +0000 (23:56 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 29 Jul 2024 19:02:58 +0000 (21:02 +0200)
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 <heiko@sntech.de>
Link: https://lore.kernel.org/r/20240623215631.440399-1-heiko@sntech.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rockchip/rk3128.dtsi

index 23e633387c24ddcf606fbb8790763fdb7d23f9d4..b8c3600f9d0536efcb2df5edb579f51b287459c0 100644 (file)
                compatible = "rockchip,sfc";
                reg = <0x1020c000 0x8000>;
                interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
-               clocks = <&cru SCLK_SFC>, <&cru 479>;
+               clocks = <&cru SCLK_SFC>, <&cru HCLK_SFC>;
                clock-names = "clk_sfc", "hclk_sfc";
                status = "disabled";
        };