Skip to content

Commit 80c86ff

Browse files
ambaruskrzk
authored andcommitted
arm64: dts: exynos: gs101: comply with the new cmu_misc clock names
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 <[email protected]> Signed-off-by: Tudor Ambarus <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 6613476 commit 80c86ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/exynos/google/gs101.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
#clock-cells = <1>;
290290
clocks = <&cmu_top CLK_DOUT_CMU_MISC_BUS>,
291291
<&cmu_top CLK_DOUT_CMU_MISC_SSS>;
292-
clock-names = "dout_cmu_misc_bus", "dout_cmu_misc_sss";
292+
clock-names = "bus", "sss";
293293
};
294294

295295
watchdog_cl0: watchdog@10060000 {

0 commit comments

Comments
 (0)