]> git.itanic.dy.fi Git - linux-stable/commitdiff
mips: dts: ralink: mt7621: change mt7530 switch address
authorArınç ÜNAL <arinc.unal@arinc9.com>
Tue, 20 Sep 2022 17:25:54 +0000 (20:25 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Sep 2022 09:24:59 +0000 (10:24 +0100)
In the case of muxing phy0 of the MT7530 switch, the switch and the phy
will have the same address on the mdio bus, 0. This causes the ethernet
driver to fail since devices on the mdio bus cannot share an address.

Any address can be used for the switch, therefore, change the switch
address to 0x1f.

Suggested-by: Sungbo Eo <mans0n@gorani.run>
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/mips/boot/dts/ralink/mt7621.dtsi

index edb7dd8b34daaab9479bf11527f3599883dc0ca4..f3f4c1f26e0199bebbb883c4a22578ff5030a26b 100644 (file)
@@ -340,9 +340,9 @@ mdio: mdio-bus {
                        #address-cells = <1>;
                        #size-cells = <0>;
 
-                       switch0: switch@0 {
+                       switch0: switch@1f {
                                compatible = "mediatek,mt7621";
-                               reg = <0>;
+                               reg = <0x1f>;
                                mediatek,mcm;
                                resets = <&sysc MT7621_RST_MCM>;
                                reset-names = "mcm";