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: v5.15~15440^2~30^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c684e290d1741e068cc226418a26a39663db010;p=platform%2Fkernel%2Flinux-starfive.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 a753178..5dfd3a4 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>;