From: Chen-Yu Tsai Date: Wed, 1 Jan 2014 02:30:47 +0000 (+0800) Subject: ARM: dts: sun7i: Change 32768 Hz oscillator node name to clk@N style X-Git-Tag: next-20140116~120^2^2~2^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=673fac742946bcb7cc43b9e67459862d6c4a8a6c;p=karo-tx-linux.git 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: Chen-Yu Tsai Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index 898b0219e5c5..edad6f14c525 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi @@ -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 {