summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6qdl-wandboard.dtsi
diff options
context:
space:
mode:
authorMartin Haaß <vvvrrooomm@gmail.com>2021-12-12 09:30:30 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-12-29 12:28:40 +0100
commitef73e3b650b7b1ad4080b8e7aeba5e36e19f0932 (patch)
tree8e727e79a676e4d9dc045aa20396dce9ab7febbc /arch/arm/boot/dts/imx6qdl-wandboard.dtsi
parent406b7337d6bc7ea2ccf9fcd3f203e6149659d5ff (diff)
downloadlinux-ef73e3b650b7b1ad4080b8e7aeba5e36e19f0932.tar.gz
ARM: dts: imx6qdl-wandboard: Fix Ethernet support
[ Upstream commit 39e660687ac0c57499134765abbecf71cfd11eae ] Currently, the imx6q-wandboard Ethernet does not transmit any data. This issue has been exposed by commit f5d9aa79dfdf ("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: 77591e42458d ("ARM: dts: imx6qdl-wandboard: add ethernet PHY description") Signed-off-by: Martin Haaß <vvvrrooomm@gmail.com> Tested-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-wandboard.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6qdl-wandboard.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-wandboard.dtsi b/arch/arm/boot/dts/imx6qdl-wandboard.dtsi
index b62a0dbb033ff1..ec6fba5ee8fdeb 100644
--- a/arch/arm/boot/dts/imx6qdl-wandboard.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-wandboard.dtsi
@@ -309,6 +309,7 @@
ethphy: ethernet-phy@1 {
reg = <1>;
+ qca,clk-out-frequency = <125000000>;
};
};
};