From: Rosen Penev Date: Sat, 14 Dec 2024 22:26:25 +0000 (-0800) Subject: ath79: fix tl-wa eth1 mac X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0634ebed9f74dca6d008b00f9fa00cc1220fa425;p=openwrt%2Fstaging%2Fwigyori.git ath79: fix tl-wa eth1 mac This is using mac-base and so a 0 needs to be added. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/17274 Signed-off-by: Robert Marko --- diff --git a/target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi b/target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi index 1f46e77423..94d2570c6c 100644 --- a/target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi +++ b/target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi @@ -17,7 +17,7 @@ }; ð1 { - nvmem-cells = <&macaddr_uboot_1fc00>; + nvmem-cells = <&macaddr_uboot_1fc00 0>; nvmem-cell-names = "mac-address"; };