Commit 2b653a37 authored by Arınç ÜNAL's avatar Arınç ÜNAL Committed by David S. Miller

mips: dts: ralink: mt7621: change mt7530 switch address

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: default avatarSungbo Eo <mans0n@gorani.run>
Signed-off-by: default avatarArınç ÜNAL <arinc.unal@arinc9.com>
Reviewed-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 97721e84
......@@ -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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment