arm64: dts: exynos: gs101: comply with the new cmu_misc clock names
authorTudor Ambarus <tudor.ambarus@linaro.org>
Tue, 9 Jan 2024 11:49:07 +0000 (11:49 +0000)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 22 Jan 2024 10:39:42 +0000 (11:39 +0100)
The cmu_misc clock-names were renamed to just "bus" and "sss" because
naming is local to the module, so cmu_misc is implied. As the bindings
and the device tree have not made a release yet, comply with the
renamed clocks.

Suggested-by: Rob Herring <robh@kernel.org>
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Link: https://lore.kernel.org/r/20240109114908.3623645-3-tudor.ambarus@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/google/gs101.dtsi

index 9747cb3fa03ac5c141b9bf660da3531ca2082def..d838e3a7af6e5ddda3751cc6f0bf4c73bccacc03 100644 (file)
                        #clock-cells = <1>;
                        clocks = <&cmu_top CLK_DOUT_CMU_MISC_BUS>,
                                 <&cmu_top CLK_DOUT_CMU_MISC_SSS>;
-                       clock-names = "dout_cmu_misc_bus", "dout_cmu_misc_sss";
+                       clock-names = "bus", "sss";
                };
 
                watchdog_cl0: watchdog@10060000 {