On Wed, 14 Sep 2022 11:54:43 +0300, Arınç ÜNAL 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> > --- > .../bindings/net/dsa/mediatek,mt7530.yaml | 24 +++++++++---------- > 1 file changed, 12 insertions(+), 12 deletions(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>