Skip to content

Commit

Permalink
apm821xx: remove ethernet0 node
Browse files Browse the repository at this point in the history
This is needed in order to get a MAC address from UBI.

Signed-off-by: Rosen Penev <[email protected]>
Link: openwrt#16580
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
neheb authored and robimarko committed Oct 21, 2024
1 parent 8b42827 commit 7754924
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/apm821xx/dts/meraki-mr24.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
compatible = "meraki,mr24", "meraki,ikarem", "apm,bluestone";

aliases {
/delete-property/ ethernet0;
serial0 = &UART1;
};

Expand Down
3 changes: 3 additions & 0 deletions target/linux/apm821xx/dts/meraki-mx60.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
compatible = "meraki,mx60", "meraki,buckminster", "apm,bluestone";

aliases {
/* U-Boot env has a bad ethaddr MAC address that is sent to
* the kernel. The real MAC is in UBI */
/delete-property/ ethernet0;
serial0 = &UART1;
};

Expand Down

0 comments on commit 7754924

Please sign in to comment.