X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2Frt3050_dlink_dir-600-b1.dts;h=73e65128e592e7a357599772fae6a8c17195b81a;hb=5f479a4f343019bc9511ba841042d42d045f3fbf;hp=bc3d5646a88611ed796df002a3bfa13289ae440a;hpb=07482d15af5dd79fc38dd0eb23319934fe4d7a7a;p=openwrt%2Fstaging%2Fhauke.git diff --git a/target/linux/ramips/dts/rt3050_dlink_dir-600-b1.dts b/target/linux/ramips/dts/rt3050_dlink_dir-600-b1.dts index bc3d5646a8..73e65128e5 100644 --- a/target/linux/ramips/dts/rt3050_dlink_dir-600-b1.dts +++ b/target/linux/ramips/dts/rt3050_dlink_dir-600-b1.dts @@ -32,19 +32,22 @@ }; devdata: partition@30000 { - compatible = "nvmem-cells"; label = "devdata"; reg = <0x30000 0x10000>; - #address-cells = <1>; - #size-cells = <1>; read-only; - eeprom_devdata_4000: eeprom@4000 { - reg = <0x4000 0x200>; - }; + nvmem-layout { + compatible = "fixed-layout"; + #address-cells = <1>; + #size-cells = <1>; + + eeprom_devdata_4000: eeprom@4000 { + reg = <0x4000 0x200>; + }; - macaddr_devdata_4004: macaddr@4004 { - reg = <0x4004 0x6>; + macaddr_devdata_4004: macaddr@4004 { + reg = <0x4004 0x6>; + }; }; };