diff options
| author | Fabian Bläse | 2024-12-20 09:38:31 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-12-21 11:19:13 +0000 |
| commit | 16c47c23dfd53778a2143e3d0891b6aeb31b0d4b (patch) | |
| tree | 1622f33d17a90e92eb2182abb58ec570f638d4bc | |
| parent | 4892ea9a74da8cf934dc534665c3689d2139507b (diff) | |
| download | openwrt-16c47c23dfd53778a2143e3d0891b6aeb31b0d4b.tar.gz | |
mvebu: rb5009: add label-mac-device
Add the label-mac-device alias.
Signed-off-by: Fabian Bläse <fabian@blaese.de>
Link: https://github.com/openwrt/openwrt/pull/17313
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/mvebu/files-6.6/arch/arm64/boot/dts/marvell/armada-7040-rb5009.dts | 3 |
1 files changed, 2 insertions, 1 deletions
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@9 { + p1: port@9 { reg = <9>; label = "p1"; phy-mode = "sgmii"; |