[openwrt/openwrt] ath79: fix tl-wa eth1 mac

LEDE Commits lede-commits at lists.infradead.org
Mon Dec 16 02:07:14 PST 2024


robimarko pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/6435025f9caddc2ee756d316dab7b1e9a4c3a940

commit 6435025f9caddc2ee756d316dab7b1e9a4c3a940
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sat Dec 14 14:26:25 2024 -0800

    ath79: fix tl-wa eth1 mac
    
    This is using mac-base and so a 0 needs to be added.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/17274
    Signed-off-by: Robert Marko <robimarko at gmail.com>
    (cherry picked from commit 0634ebed9f74dca6d008b00f9fa00cc1220fa425)
---
 target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@
 };
 
 &eth1 {
-	nvmem-cells = <&macaddr_uboot_1fc00>;
+	nvmem-cells = <&macaddr_uboot_1fc00 0>;
 	nvmem-cell-names = "mac-address";
 };
 




More information about the lede-commits mailing list