linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6qdl-wandboard: Fix Ethernet support
@ 2021-12-12 12:30 Fabio Estevam
  2021-12-16  5:46 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2021-12-12 12:30 UTC (permalink / raw)
  To: shawnguo; +Cc: linux-arm-kernel, vvvrrooomm, agust, andrew, Fabio Estevam

From: Martin Haaß <vvvrrooomm@gmail.com>

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>
---
 arch/arm/boot/dts/imx6qdl-wandboard.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/imx6qdl-wandboard.dtsi b/arch/arm/boot/dts/imx6qdl-wandboard.dtsi
index b62a0dbb0..ec6fba5ee 100644
--- a/arch/arm/boot/dts/imx6qdl-wandboard.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-wandboard.dtsi
@@ -309,6 +309,7 @@ mdio {
 
 		ethphy: ethernet-phy@1 {
 			reg = <1>;
+			qca,clk-out-frequency = <125000000>;
 		};
 	};
 };
-- 
2.33.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: imx6qdl-wandboard: Fix Ethernet support
  2021-12-12 12:30 [PATCH] ARM: dts: imx6qdl-wandboard: Fix Ethernet support Fabio Estevam
@ 2021-12-16  5:46 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2021-12-16  5:46 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: linux-arm-kernel, vvvrrooomm, agust, andrew

On Sun, Dec 12, 2021 at 09:30:30AM -0300, Fabio Estevam wrote:
> From: Martin Haaß <vvvrrooomm@gmail.com>
> 
> 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>

Applied, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-16  5:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-12 12:30 [PATCH] ARM: dts: imx6qdl-wandboard: Fix Ethernet support Fabio Estevam
2021-12-16  5:46 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).