ARM: dts: imx6qdl-wandboard: Fix Ethernet support
authorMartin Haaß <vvvrrooomm@gmail.com>
Sun, 12 Dec 2021 12:30:30 +0000 (09:30 -0300)
committerShawn Guo <shawnguo@kernel.org>
Thu, 16 Dec 2021 05:46:37 +0000 (13:46 +0800)
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>
arch/arm/boot/dts/imx6qdl-wandboard.dtsi

index b62a0dbb033ff19487bdd0083e033c01d6d05c43..ec6fba5ee8fdeb890fb7c87edcd05622550faa05 100644 (file)
 
                ethphy: ethernet-phy@1 {
                        reg = <1>;
+                       qca,clk-out-frequency = <125000000>;
                };
        };
 };