Skip to content

Commit 39e6606

Browse files
vvvrrooommShawn Guo
authored andcommitted
ARM: dts: imx6qdl-wandboard: Fix Ethernet support
Currently, the imx6q-wandboard Ethernet does not transmit any data. This issue has been exposed by commit f5d9aa7 ("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: 77591e4 ("ARM: dts: imx6qdl-wandboard: add ethernet PHY description") Signed-off-by: Martin Haaß <[email protected]> Tested-by: Fabio Estevam <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 4ebd29f commit 39e6606

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/imx6qdl-wandboard.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@
309309

310310
ethphy: ethernet-phy@1 {
311311
reg = <1>;
312+
qca,clk-out-frequency = <125000000>;
312313
};
313314
};
314315
};

0 commit comments

Comments
 (0)