Revert "ramips: convert MT7915 EEPROM to NVMEM format"
[openwrt/staging/jow.git] / target / linux / ramips / dts / mt7621_cudy_x6.dtsi
index 84e053cb42af01b734f1f91041fe58d9d649135e..4c34f58a4b2a99a198da59f9571b13ce0d66fba6 100644 (file)
                        };
 
                        factory: partition@40000 {
-                               compatible = "nvmem-cells";
                                label = "factory";
                                reg = <0x40000 0x10000>;
-                               #address-cells = <1>;
-                               #size-cells = <1>;
                                read-only;
-
-                               eeprom_factory_0: eeprom@0 {
-                                       reg = <0x0 0xe00>;
-                               };
                        };
 
                        /* additional partitions in DTS */
        wifi: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 0x0000>;
                mediatek,disable-radar-background;
        };
 };