]> Pileus Git - ~andy/linux/commitdiff
ARM: dts: sun7i: Change 32768 Hz oscillator node name to clk@N style
authorChen-Yu Tsai <wens@csie.org>
Wed, 1 Jan 2014 02:30:47 +0000 (10:30 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 1 Jan 2014 23:08:59 +0000 (00:08 +0100)
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>
arch/arm/boot/dts/sun7i-a20.dtsi

index 898b0219e5c5d081a1bbe80b2efa97f9e404cbe9..edad6f14c52574b938b6c88f7ee3e935c674efcc 100644 (file)
                        clock-frequency = <24000000>;
                };
 
-               osc32k: osc32k {
+               osc32k: clk@0 {
                        #clock-cells = <0>;
                        compatible = "fixed-clock";
                        clock-frequency = <32768>;
+                       clock-output-names = "osc32k";
                };
 
                pll1: pll1@01c20000 {