Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 673fac74 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard
Browse files

ARM: dts: sun7i: Change 32768 Hz oscillator node name to clk@N style



Device tree naming conventions state that node names should match
the nodes function. Change external low speed oscillator node name
to match.

Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent f2e0759e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -53,10 +53,11 @@
			clock-frequency = <24000000>;
		};

		osc32k: osc32k {
		osc32k: clk@0 {
			#clock-cells = <0>;
			compatible = "fixed-clock";
			clock-frequency = <32768>;
			clock-output-names = "osc32k";
		};

		pll1: pll1@01c20000 {