ARM: dts: s5pv210: re-order MFC clock names to match Exynos and bindings
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 21 Apr 2023 09:57:20 +0000 (11:57 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 8 May 2023 17:02:09 +0000 (19:02 +0200)
Align the order of two MFC clocks with Exynos4 DTS and MFC bindings

Link: https://lore.kernel.org/r/20230328114729.61436-1-aakarsh.jain@samsung.com
Link: https://lore.kernel.org/r/20230421095721.31857-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/s5pv210.dtsi

index fbe7f3d..d9436bb 100644 (file)
                        reg = <0xf1700000 0x10000>;
                        interrupt-parent = <&vic2>;
                        interrupts = <14>;
-                       clocks = <&clocks DOUT_MFC>, <&clocks CLK_MFC>;
-                       clock-names = "sclk_mfc", "mfc";
+                       clocks = <&clocks CLK_MFC>, <&clocks DOUT_MFC>;
+                       clock-names = "mfc", "sclk_mfc";
                };
 
                vic0: interrupt-controller@f2000000 {