Commit 15b43e49 authored by Michal Vokáč's avatar Michal Vokáč Committed by Shawn Guo
Browse files

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: default avatarMichal Vokáč <michal.vokac@ysoft.com>
Fixes: 87489ec3 ("ARM: dts: imx: Add Y Soft IOTA Draco, Hydra and Ursa boards")
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 41b37f4c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -114,9 +114,9 @@
			reg = <2>;
		};

		switch@0 {
		switch@10 {
			compatible = "qca,qca8334";
			reg = <0>;
			reg = <10>;

			switch_ports: ports {
				#address-cells = <1>;