ath79: fix tl-wa eth1 mac
authorRosen Penev <rosenp@gmail.com>
Sat, 14 Dec 2024 22:26:25 +0000 (14:26 -0800)
committerRobert Marko <robimarko@gmail.com>
Mon, 16 Dec 2024 10:06:11 +0000 (11:06 +0100)
This is using mac-base and so a 0 needs to be added.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17274
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi

index 1f46e77423cd245a368f244ce9d02444c874a4cd..94d2570c6c1e54c4d0bf027dd13be69c0c3bf773 100644 (file)
@@ -17,7 +17,7 @@
 };
 
 &eth1 {
-       nvmem-cells = <&macaddr_uboot_1fc00>;
+       nvmem-cells = <&macaddr_uboot_1fc00 0>;
        nvmem-cell-names = "mac-address";
 };