aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2021-04-20 03:14:10 +0200
committerDavid Bauer <mail@david-bauer.net>2021-05-01 13:18:07 +0200
commit2352fbc8c481057590c6a24da6f380b7795b19f3 (patch)
tree381bc0c1402c22fe67909164ffd04169ce0e1099 /target/linux/mediatek
parente5f81ea3fe79ad484d454f5959814b3a1b094dcb (diff)
downloadupstream-2352fbc8c481057590c6a24da6f380b7795b19f3.tar.gz
upstream-2352fbc8c481057590c6a24da6f380b7795b19f3.tar.bz2
upstream-2352fbc8c481057590c6a24da6f380b7795b19f3.zip
mediatek: correct address of ethernet PHY
We still have no driver for the PHY, however we can fix it's address. Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/mediatek')
-rw-r--r--target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr.dtsi b/target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr.dtsi
index 33eb9aaf53..31d274a5d6 100644
--- a/target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr.dtsi
+++ b/target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr.dtsi
@@ -172,10 +172,10 @@
#address-cells = <1>;
#size-cells = <0>;
- ethernet-phy@8 {
+ ethernet-phy@7 {
/* Marvell AQRate AQR112W - no driver */
compatible = "ethernet-phy-ieee802.3-c45";
- reg = <0x8>;
+ reg = <0x7>;
};
};
};