From: Guo Zeng Date: Wed, 20 May 2015 08:50:34 +0000 (+0000) Subject: ARM: dts: atlas7: add fixed frequency clocks in car node X-Git-Tag: firefly_0821_release~176^2~1436^2~30^2~33 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9c684e290d1741e068cc226418a26a39663db010;p=firefly-linux-kernel-4.4.55.git ARM: dts: atlas7: add fixed frequency clocks in car node This patch adds the fixed clocks of external crystal oscillators. Signed-off-by: Guo Zeng Signed-off-by: Barry Song [sboyd@codeaurora.org: Remove size-cells/address-cells] Signed-off-by: Stephen Boyd --- diff --git a/arch/arm/boot/dts/atlas7.dtsi b/arch/arm/boot/dts/atlas7.dtsi index a753178abc85..5dfd3a44bf82 100644 --- a/arch/arm/boot/dts/atlas7.dtsi +++ b/arch/arm/boot/dts/atlas7.dtsi @@ -38,6 +38,21 @@ }; }; + clocks { + xinw { + compatible = "fixed-clock"; + #clock-cells = <0>; + clock-frequency = <32768>; + clock-output-names = "xinw"; + }; + xin { + compatible = "fixed-clock"; + #clock-cells = <0>; + clock-frequency = <26000000>; + clock-output-names = "xin"; + }; + }; + noc { compatible = "simple-bus"; #address-cells = <1>;