summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/mt7623n-rfb-emmc.dts
diff options
context:
space:
mode:
authorArınç ÜNAL <arinc.unal@arinc9.com>2023-02-10 21:25:03 +0300
committerMatthias Brugger <matthias.bgg@gmail.com>2023-06-09 16:33:28 +0200
commitcf8f3a7a044d57f3a0c5e14e97b8926c212f31f0 (patch)
treefa15ec11d12066037403084a1011de3988369ae0 /arch/arm/boot/dts/mt7623n-rfb-emmc.dts
parente5240c35fa75c44d36b3a361a6f8d5685fde269e (diff)
arm: dts: mt7623: 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. Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> Link: https://lore.kernel.org/r/20230210182505.24597-4-arinc.unal@arinc9.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/mt7623n-rfb-emmc.dts')
-rw-r--r--arch/arm/boot/dts/mt7623n-rfb-emmc.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/mt7623n-rfb-emmc.dts b/arch/arm/boot/dts/mt7623n-rfb-emmc.dts
index 5e328c2a6a6e..6b0c3d1006ab 100644
--- a/arch/arm/boot/dts/mt7623n-rfb-emmc.dts
+++ b/arch/arm/boot/dts/mt7623n-rfb-emmc.dts
@@ -185,9 +185,9 @@
phy-mode = "rgmii-rxid";
};
- switch@0 {
+ switch@1f {
compatible = "mediatek,mt7530";
- reg = <0>;
+ reg = <0x1f>;
reset-gpios = <&pio 33 0>;
core-supply = <&mt6323_vpa_reg>;
io-supply = <&mt6323_vemc3v3_reg>;