From: Shiji Yang Date: Sun, 8 Oct 2023 01:43:28 +0000 (+0800) Subject: ramips: correct NVMEM MAC address node name and label for Bolt Arion X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=230d5de707e4a31603ccb0a7e2b32df45127b38d;p=openwrt%2Fstaging%2Fthess.git ramips: correct NVMEM MAC address node name and label for Bolt Arion The node name&label should match the address in the 'reg' property, so it's better to change the incorrect offset to the 0x28. Signed-off-by: Shiji Yang --- diff --git a/target/linux/ramips/dts/mt7621_bolt_arion.dts b/target/linux/ramips/dts/mt7621_bolt_arion.dts index 7ba413932e..feff4a66e4 100644 --- a/target/linux/ramips/dts/mt7621_bolt_arion.dts +++ b/target/linux/ramips/dts/mt7621_bolt_arion.dts @@ -137,7 +137,7 @@ }; &gmac0 { - nvmem-cells = <&macaddr_factory_4000>; + nvmem-cells = <&macaddr_factory_28>; nvmem-cell-names = "mac-address"; mac-address-increment = <3>; }; @@ -152,7 +152,7 @@ wan: port@1 { status = "okay"; label = "wan"; - nvmem-cells = <&macaddr_factory_4000>; + nvmem-cells = <&macaddr_factory_28>; nvmem-cell-names = "mac-address"; }; @@ -179,7 +179,7 @@ #address-cells = <1>; #size-cells = <1>; - macaddr_factory_4000: macaddr@4000 { + macaddr_factory_28: macaddr@28 { reg = <0x28 0x6>; }; };