diff options
author | Michael Turquette <mturquette@baylibre.com> | 2015-06-17 22:20:43 +0200 |
---|---|---|
committer | Michael Turquette <mturquette@baylibre.com> | 2015-06-17 22:20:43 +0200 |
commit | b2d8bc21ce68b65d7cbaa5c929aac1630acf69fc (patch) | |
tree | 682862a4cf6a3fa701d5c19a95303f10754c8ce7 /arch/arm/boot/dts | |
parent | Linux 4.1-rc7 (diff) | |
parent | clk: meson: add some error handling in meson_clk_register_cpu() (diff) | |
download | linux-b2d8bc21ce68b65d7cbaa5c929aac1630acf69fc.tar.xz linux-b2d8bc21ce68b65d7cbaa5c929aac1630acf69fc.zip |
Merge remote-tracking branch 'clk/clk-next' into clk-next
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/atlas7.dtsi | 15 |
1 files changed, 15 insertions, 0 deletions
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>; |