Skip to content

Commit

Permalink
ath79: fix tl-wa eth1 mac
Browse files Browse the repository at this point in the history
This is using mac-base and so a 0 needs to be added.

Signed-off-by: Rosen Penev <[email protected]>
Link: openwrt/openwrt#17274
Signed-off-by: Robert Marko <[email protected]>
(cherry picked from commit 0634ebe)
  • Loading branch information
neheb authored and robimarko committed Dec 16, 2024
1 parent 6d0d4ce commit 6435025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
};

&eth1 {
nvmem-cells = <&macaddr_uboot_1fc00>;
nvmem-cells = <&macaddr_uboot_1fc00 0>;
nvmem-cell-names = "mac-address";
};

Expand Down

0 comments on commit 6435025

Please sign in to comment.