Commit 39e66068 authored by Martin Haaß's avatar Martin Haaß Committed by Shawn Guo
Browse files

ARM: dts: imx6qdl-wandboard: Fix Ethernet support



Currently, the imx6q-wandboard Ethernet does not transmit any
data.

This issue has been exposed by commit f5d9aa79 ("ARM: imx6q:
remove clk-out fixup for the Atheros AR8031 and AR8035 PHYs").

Fix it by describing the qca,clk-out-frequency property as suggested
by the commit above.

Fixes: 77591e42 ("ARM: dts: imx6qdl-wandboard: add ethernet PHY description")
Signed-off-by: default avatarMartin Haaß <vvvrrooomm@gmail.com>
Tested-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 4ebd29f9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -309,6 +309,7 @@

		ethphy: ethernet-phy@1 {
			reg = <1>;
			qca,clk-out-frequency = <125000000>;
		};
	};
};