diff options
author | Michal Vokáč <michal.vokac@ysoft.com> | 2019-03-20 07:09:05 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-03-21 21:20:32 -0400 |
commit | 15b43e497ffd80ca44c00d781869a0e71f223ea5 (patch) | |
tree | f05922bebd8b53dcc5e7fa31a23a82fbe3062095 | |
parent | 41b37f4c0fa67185691bcbd30201cad566f2f0d1 (diff) |
ARM: dts: imx6dl-yapp4: Use correct pseudo PHY address for the switch
The switch is accessible through pseudo PHY which is located at 0x10.
Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>
Fixes: 87489ec3a77f ("ARM: dts: imx: Add Y Soft IOTA Draco, Hydra and Ursa boards")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi index 091d829f6b05..e8d800fec637 100644 --- a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi +++ b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | |||
@@ -114,9 +114,9 @@ | |||
114 | reg = <2>; | 114 | reg = <2>; |
115 | }; | 115 | }; |
116 | 116 | ||
117 | switch@0 { | 117 | switch@10 { |
118 | compatible = "qca,qca8334"; | 118 | compatible = "qca,qca8334"; |
119 | reg = <0>; | 119 | reg = <10>; |
120 | 120 | ||
121 | switch_ports: ports { | 121 | switch_ports: ports { |
122 | #address-cells = <1>; | 122 | #address-cells = <1>; |