apm821xx: remove ethernet0 node

This is needed in order to get a MAC address from UBI.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16580
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Rosen Penev 2024-10-05 15:25:08 -07:00 committed by Robert Marko
parent 8b42827b4c
commit 7754924c9e
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@
compatible = "meraki,mr24", "meraki,ikarem", "apm,bluestone";
aliases {
/delete-property/ ethernet0;
serial0 = &UART1;
};

View File

@ -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;
};