[openwrt/openwrt] mvebu: rb5009: add label-mac-device
LEDE Commits
lede-commits at lists.infradead.org
Sat Dec 21 03:19:22 PST 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/16c47c23dfd53778a2143e3d0891b6aeb31b0d4b
commit 16c47c23dfd53778a2143e3d0891b6aeb31b0d4b
Author: Fabian Bläse <fabian at blaese.de>
AuthorDate: Fri Dec 20 10:38:31 2024 +0100
mvebu: rb5009: add label-mac-device
Add the label-mac-device alias.
Signed-off-by: Fabian Bläse <fabian at blaese.de>
Link: https://github.com/openwrt/openwrt/pull/17313
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
.../mvebu/files-6.6/arch/arm64/boot/dts/marvell/armada-7040-rb5009.dts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/target/linux/mvebu/files-6.6/arch/arm64/boot/dts/marvell/armada-7040-rb5009.dts b/target/linux/mvebu/files-6.6/arch/arm64/boot/dts/marvell/armada-7040-rb5009.dts
index dfbf3af137..306f84a516 100644
--- a/target/linux/mvebu/files-6.6/arch/arm64/boot/dts/marvell/armada-7040-rb5009.dts
+++ b/target/linux/mvebu/files-6.6/arch/arm64/boot/dts/marvell/armada-7040-rb5009.dts
@@ -26,6 +26,7 @@
led-failsafe = &led_user;
led-running = &led_user;
led-upgrade = &led_user;
+ label-mac-device = &p1;
};
usb3_vbus: regulator-usb3-vbus0 {
@@ -322,7 +323,7 @@
nvmem-cell-names = "mac-address";
};
- port at 9 {
+ p1: port at 9 {
reg = <9>;
label = "p1";
phy-mode = "sgmii";
More information about the lede-commits
mailing list