Skip to content

Commit

Permalink
ARM: dts: sun7i: Change 32768 Hz oscillator node name to clk@N style
Browse files Browse the repository at this point in the history
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: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
  • Loading branch information
Chen-Yu Tsai authored and Maxime Ripard committed Jan 1, 2014
1 parent f2e0759 commit 673fac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/sun7i-a20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 673fac7

Please sign in to comment.