ARM: dts: rockchip: move oscillator input clock into main dtsi
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk3xxx.dtsi
index b47d5fe8118735655f14fbb078cc8cd50c380e63..6d163644c7cd6f4dc8e7e85996bb4e910243b6c6 100644 (file)
 / {
        interrupt-parent = <&gic>;
 
+       xin24m: oscillator {
+               compatible = "fixed-clock";
+               clock-frequency = <24000000>;
+               #clock-cells = <0>;
+               clock-output-names = "xin24m";
+       };
+
        soc {
                #address-cells = <1>;
                #size-cells = <1>;