X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2Frt5350_vocore_vocore.dtsi;fp=target%2Flinux%2Framips%2Fdts%2Frt5350_vocore_vocore.dtsi;h=f3ef0edfe48dfa5ee21ff13a46805c26d4cd6ef4;hb=5f479a4f343019bc9511ba841042d42d045f3fbf;hp=788c86f870b8686c2d7ab9b6e8bb56ad279685e8;hpb=07482d15af5dd79fc38dd0eb23319934fe4d7a7a;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ramips/dts/rt5350_vocore_vocore.dtsi b/target/linux/ramips/dts/rt5350_vocore_vocore.dtsi index 788c86f870..f3ef0edfe4 100644 --- a/target/linux/ramips/dts/rt5350_vocore_vocore.dtsi +++ b/target/linux/ramips/dts/rt5350_vocore_vocore.dtsi @@ -182,19 +182,22 @@ }; 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 0x200>; - }; + nvmem-layout { + compatible = "fixed-layout"; + #address-cells = <1>; + #size-cells = <1>; + + eeprom_factory_0: eeprom@0 { + reg = <0x0 0x200>; + }; - macaddr_factory_4: macaddr@4 { - reg = <0x4 0x6>; + macaddr_factory_4: macaddr@4 { + reg = <0x4 0x6>; + }; }; };