Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1707720 > unrolled thread

[PATCH 4.9 27/93] ARM: dts: tango4: Request RGMII RX and TX clock delays

Started byGreg Kroah-Hartman <gregkh@linuxfoundation.org>
First post2017-08-09 20:40 +0200
Last post2017-08-09 20:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 4.9 27/93] ARM: dts: tango4: Request RGMII RX and TX clock delays Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-08-09 20:40 +0200

#1707720 — [PATCH 4.9 27/93] ARM: dts: tango4: Request RGMII RX and TX clock delays

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2017-08-09 20:40 +0200
Subject[PATCH 4.9 27/93] ARM: dts: tango4: Request RGMII RX and TX clock delays
Message-ID<ucE3E-2ye-13@gated-at.bofh.it>
4.9-stable review patch.  If anyone has any objections, please let me know.

------------------

From: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>

commit 985333b0eef8603b02181c4ec0a722b82be9642d upstream.

RX and TX clock delays are required. Request them explicitly.

Fixes: cad008b8a77e6 ("ARM: dts: tango4: Initial device trees")
Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

---
 arch/arm/boot/dts/tango4-vantage-1172.dts |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/arch/arm/boot/dts/tango4-vantage-1172.dts
+++ b/arch/arm/boot/dts/tango4-vantage-1172.dts
@@ -21,7 +21,7 @@
 };
 
 &eth0 {
-	phy-connection-type = "rgmii";
+	phy-connection-type = "rgmii-id";
 	phy-handle = <&eth0_phy>;
 	#address-cells = <1>;
 	#size-cells = <0>;

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web