Skip to content
Snippets Groups Projects
Commit 28faa3f2 authored by Mathias Kresin's avatar Mathias Kresin Committed by John Crispin
Browse files

lantiq: VGV7519 - get mac address from board_config partition


Use the mac address stored in the board_config partition instead of a
static one.

Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
parent 1e395608
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <0>;
mac-address = [ 00 11 22 33 44 55 ];
mtd-mac-address = <&boardconfig 0x16>;
lantiq,switch;
ethernet@0 {
......@@ -260,7 +260,8 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <1>;
mac-address = [ 00 11 22 33 44 56 ];
mtd-mac-address = <&boardconfig 0x16>;
mtd-mac-address-increment = <2>;
lantiq,wan;
ethernet@5 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment