mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 23:12:48 +00:00
84fc59c0d5
Sets openwrt,netdev-name for the gmac1 node in the dts of BPI-R3, which corresponds to the sfp1 slot, to have a proper naming and match the label on the official BPI-R3 metal case. This renames the port from eth1 to sfp1. The COMPAT_VERSION is increased to denote that configuration has to be adjusted manually. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
11 lines
282 B
Diff
11 lines
282 B
Diff
--- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
@@ -195,6 +195,7 @@
|
|
phy-mode = "2500base-x";
|
|
sfp = <&sfp1>;
|
|
managed = "in-band-status";
|
|
+ openwrt,netdev-name = "sfp1";
|
|
};
|
|
|
|
mdio: mdio-bus {
|