Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sun5i: Change clock node names to avoid warnings

Our oscillators clock names have a unit address, but no reg property, which
generates a warning in DTC. Change these names to remove those unit
addresses.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>

+2 -2
+2 -2
arch/arm/boot/dts/sun5i.dtsi
··· 93 93 #size-cells = <1>; 94 94 ranges; 95 95 96 - osc24M: clk@1c20050 { 96 + osc24M: clk-24M { 97 97 #clock-cells = <0>; 98 98 compatible = "fixed-clock"; 99 99 clock-frequency = <24000000>; 100 100 clock-output-names = "osc24M"; 101 101 }; 102 102 103 - osc32k: clk@0 { 103 + osc32k: clk-32k { 104 104 #clock-cells = <0>; 105 105 compatible = "fixed-clock"; 106 106 clock-frequency = <32768>;