diff options
author | Michal Vokáč <michal.vokac@ysoft.com> | 2019-03-20 12:09:05 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-03-22 09:20:32 +0800 |
commit | 15b43e497ffd80ca44c00d781869a0e71f223ea5 (patch) | |
tree | f05922bebd8b53dcc5e7fa31a23a82fbe3062095 /arch/arm | |
parent | 41b37f4c0fa67185691bcbd30201cad566f2f0d1 (diff) | |
download | linux-15b43e497ffd80ca44c00d781869a0e71f223ea5.tar.bz2 |
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>
Diffstat (limited to 'arch/arm')
-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 @@ reg = <2>; }; - switch@0 { + switch@10 { compatible = "qca,qca8334"; - reg = <0>; + reg = <10>; switch_ports: ports { #address-cells = <1>; |