ramips: mt7621: add interrupt-controller
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_wavlink_wl-wn573hx1.dts
old mode 100755 (executable)
new mode 100644 (file)
index 1bdbebf..d8a94c8
@@ -61,8 +61,7 @@
        wifi@0,0 {
                compatible = "mediatek,mt76";
                reg = <0x0000 0 0 0 0>;
-               nvmem-cells = <&eeprom_factory_0>;
-               nvmem-cell-names = "eeprom";
+               mediatek,mtd-eeprom = <&factory 0x0>;
        };
 };
 
                        };
 
                        factory:partition@50000 {
-                               compatible = "nvmem-cells";
                                label = "factory";
                                reg = <0x50000 0x40000>;
-                               #address-cells = <1>;
-                               #size-cells = <1>;
-
-                               eeprom_factory_0: eeprom@0 {
-                                       reg = <0x0 0xe00>;
-                               };
-
-                               macaddr_factory_3fff4: macaddr@3fff4 {
-                                       reg = <0x3fff4 0x6>;
-                               };
                        };
 
                        partition@90000 {
                };
        };
 };
+
+
+&factory {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_factory_3fff4: macaddr@3fff4 {
+               reg = <0x3fff4 0x6>;
+       };
+
+};