ARM: dts: imx6dl-yapp4: Use correct pseudo PHY address for the switch
authorMichal Vokáč <michal.vokac@ysoft.com>
Wed, 20 Mar 2019 11:09:05 +0000 (12:09 +0100)
committerShawn Guo <shawnguo@kernel.org>
Fri, 22 Mar 2019 01:20:32 +0000 (09:20 +0800)
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>
arch/arm/boot/dts/imx6dl-yapp4-common.dtsi

index 091d829..e8d800f 100644 (file)
                        reg = <2>;
                };
 
-               switch@0 {
+               switch@10 {
                        compatible = "qca,qca8334";
-                       reg = <0>;
+                       reg = <10>;
 
                        switch_ports: ports {
                                #address-cells = <1>;