On Wed, Sep 14, 2022 at 10:56 AM Arınç ÜNAL <arinc.unal@xxxxxxxxxx> wrote: > > 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@xxxxxxxxxx> > Signed-off-by: Arınç ÜNAL <arinc.unal@xxxxxxxxxx> > --- > arch/mips/boot/dts/ralink/mt7621.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> Thanks, Sergio Paracuellos