ath79: add missing clock name strings in SoC dtsi
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9330.dtsi
index aed8e205adacdbe6aa5e2e6a7124c345f5149852..9df80e1d5ee87a1dc492abff61ce9045521a1534 100644 (file)
                bootargs = "console=ttyATH0,115200";
        };
 
                bootargs = "console=ttyATH0,115200";
        };
 
+       ref: ref {
+               compatible = "fixed-clock";
+               #clock-cells = <0>;
+               clock-output-names = "ref";
+       };
+
        ahb {
                apb {
                        ddr_ctrl: memory-controller@18000000 {
        ahb {
                apb {
                        ddr_ctrl: memory-controller@18000000 {
                                compatible = "qca,ar9330-pll";
                                reg = <0x18050000 0x100>;
 
                                compatible = "qca,ar9330-pll";
                                reg = <0x18050000 0x100>;
 
+                               clocks = <&ref>;
+                               clock-names = "ref";
+
                                #clock-cells = <1>;
                                #clock-cells = <1>;
+                               clock-output-names = "cpu", "ddr", "ahb";
                        };
 
                        wdt: wdt@18060008 {
                        };
 
                        wdt: wdt@18060008 {