devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: am335x-sancloud-bbe: fix phy mode
@ 2019-12-01 17:07 Mans Rullgard
  2019-12-10 15:17 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Mans Rullgard @ 2019-12-01 17:07 UTC (permalink / raw)
  To: Benoît Cousson, Tony Lindgren
  Cc: Rob Herring, Mark Rutland, linux-omap, devicetree, linux-kernel

The phy mode should be rgmii-id.  For some reason, it used to work with
rgmii-txid but doesn't any more.

Signed-off-by: Mans Rullgard <mans@mansr.com>
---
 arch/arm/boot/dts/am335x-sancloud-bbe.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/am335x-sancloud-bbe.dts b/arch/arm/boot/dts/am335x-sancloud-bbe.dts
index 8678e6e35493..e5fdb7abb0d5 100644
--- a/arch/arm/boot/dts/am335x-sancloud-bbe.dts
+++ b/arch/arm/boot/dts/am335x-sancloud-bbe.dts
@@ -108,7 +108,7 @@
 
 &cpsw_emac0 {
 	phy-handle = <&ethphy0>;
-	phy-mode = "rgmii-txid";
+	phy-mode = "rgmii-id";
 };
 
 &i2c0 {
-- 
2.24.0


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

* Re: [PATCH] ARM: dts: am335x-sancloud-bbe: fix phy mode
  2019-12-01 17:07 [PATCH] ARM: dts: am335x-sancloud-bbe: fix phy mode Mans Rullgard
@ 2019-12-10 15:17 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2019-12-10 15:17 UTC (permalink / raw)
  To: Mans Rullgard
  Cc: Benoît Cousson, Rob Herring, Mark Rutland, linux-omap,
	devicetree, linux-kernel

* Mans Rullgard <mans@mansr.com> [191201 09:15]:
> The phy mode should be rgmii-id.  For some reason, it used to work with
> rgmii-txid but doesn't any more.

Applying into fixes thanks.

Tony

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

end of thread, other threads:[~2019-12-10 15:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-01 17:07 [PATCH] ARM: dts: am335x-sancloud-bbe: fix phy mode Mans Rullgard
2019-12-10 15:17 ` Tony Lindgren

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).