Revert "ramips: convert MT7915 EEPROM to NVMEM format"
[openwrt/staging/jow.git] / target / linux / ramips / dts / mt7621_dlink_dap-x1860-a1.dts
index 3be48e11af6e2f14789bf3fce0af0ab2f9f6229d..818d2d8c41319133851572fc5890e55bb441ecf2 100644 (file)
                };
 
                factory: partition@100000 {
-                       compatible = "nvmem-cells";
                        label = "factory";
                        reg = <0x100000 0x80000>;
-                       #address-cells = <1>;
-                       #size-cells = <1>;
                        read-only;
 
-                       eeprom_factory_0: eeprom@0 {
-                               reg = <0x0 0xe00>;
-                       };
+                       compatible = "nvmem-cells";
+                       #address-cells = <1>;
+                       #size-cells = <1>;
 
                        macaddr_factory_4: macaddr@4 {
                                reg = <0x4 0x6>;
        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>;
                mediatek,disable-radar-background;
        };
 };