diff options
Diffstat (limited to 'target/linux/ramips/dts/mt7621_unielec_u7621-06-16m.dts')
-rw-r--r-- | target/linux/ramips/dts/mt7621_unielec_u7621-06-16m.dts | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7621_unielec_u7621-06-16m.dts b/target/linux/ramips/dts/mt7621_unielec_u7621-06-16m.dts index d7dd4ccd46..212c000942 100644 --- a/target/linux/ramips/dts/mt7621_unielec_u7621-06-16m.dts +++ b/target/linux/ramips/dts/mt7621_unielec_u7621-06-16m.dts @@ -58,9 +58,8 @@ }; &gmac1 { - nvmem-cells = <&macaddr_factory_e000>; + nvmem-cells = <&macaddr_factory_e006>; nvmem-cell-names = "mac-address"; - mac-address-increment = <1>; }; &factory { @@ -71,4 +70,8 @@ macaddr_factory_e000: macaddr@e000 { reg = <0xe000 0x6>; }; + + macaddr_factory_e006: macaddr@e006 { + reg = <0xe006 0x6>; + }; }; |