mediatek: correct address of ethernet PHY
authorDavid Bauer <mail@david-bauer.net>
Tue, 20 Apr 2021 01:14:10 +0000 (03:14 +0200)
committerDavid Bauer <mail@david-bauer.net>
Sat, 1 May 2021 11:18:07 +0000 (13:18 +0200)
We still have no driver for the PHY, however we can fix it's
address.

Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr.dtsi

index 33eb9aaf53242eda2bac890fa84ff17d2890b42c..31d274a5d68de2b5563944f8c8aa4de871000ae1 100644 (file)
                #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>;
                };
        };
 };