All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] ARM: dts: tango4: Request RGMII RX and TX clock delays
@ 2017-07-28 13:27 ` Marc Gonzalez
  0 siblings, 0 replies; 4+ messages in thread
From: Marc Gonzalez @ 2017-07-28 13:27 UTC (permalink / raw)
  To: arm-soc; +Cc: Florian Fainelli, Mans Rullgard, Mason, netdev, Linux ARM

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>
---
Arnd, Kevin, Olof, can one of you take this patch through arm-soc?
Greg will apply it to all stable branches, right?
---
 arch/arm/boot/dts/tango4-vantage-1172.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/tango4-vantage-1172.dts b/arch/arm/boot/dts/tango4-vantage-1172.dts
index 86d8df98802f..13bcc460bcb2 100644
--- a/arch/arm/boot/dts/tango4-vantage-1172.dts
+++ b/arch/arm/boot/dts/tango4-vantage-1172.dts
@@ -22,7 +22,7 @@
 };
 
 &eth0 {
-	phy-connection-type = "rgmii";
+	phy-connection-type = "rgmii-id";
 	phy-handle = <&eth0_phy>;
 	#address-cells = <1>;
 	#size-cells = <0>;
-- 
2.11.0

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

* [PATCH v3] ARM: dts: tango4: Request RGMII RX and TX clock delays
@ 2017-07-28 13:27 ` Marc Gonzalez
  0 siblings, 0 replies; 4+ messages in thread
From: Marc Gonzalez @ 2017-07-28 13:27 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
Arnd, Kevin, Olof, can one of you take this patch through arm-soc?
Greg will apply it to all stable branches, right?
---
 arch/arm/boot/dts/tango4-vantage-1172.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/tango4-vantage-1172.dts b/arch/arm/boot/dts/tango4-vantage-1172.dts
index 86d8df98802f..13bcc460bcb2 100644
--- a/arch/arm/boot/dts/tango4-vantage-1172.dts
+++ b/arch/arm/boot/dts/tango4-vantage-1172.dts
@@ -22,7 +22,7 @@
 };
 
 &eth0 {
-	phy-connection-type = "rgmii";
+	phy-connection-type = "rgmii-id";
 	phy-handle = <&eth0_phy>;
 	#address-cells = <1>;
 	#size-cells = <0>;
-- 
2.11.0

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

* Re: [PATCH v3] ARM: dts: tango4: Request RGMII RX and TX clock delays
  2017-07-28 13:27 ` Marc Gonzalez
@ 2017-08-04 11:02   ` Arnd Bergmann
  -1 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2017-08-04 11:02 UTC (permalink / raw)
  To: Marc Gonzalez
  Cc: arm-soc, Florian Fainelli, Mans Rullgard, Mason, netdev, Linux ARM

On Fri, Jul 28, 2017 at 3:27 PM, Marc Gonzalez
<marc_gonzalez@sigmadesigns.com> wrote:
> 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>
> ---
> Arnd, Kevin, Olof, can one of you take this patch through arm-soc?

Applied to the fixes branch now.

> Greg will apply it to all stable branches, right?

He usually looks at random patches that have a 'Fixes:' line, but if you already
know that you want a bugfix to be backported, it should also come with a
'Cc: stable@vger.kernel.org' line. I've added that manually this time, but
please include it yourself if you have another patch like that.

 Thanks,

      Arnd

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

* [PATCH v3] ARM: dts: tango4: Request RGMII RX and TX clock delays
@ 2017-08-04 11:02   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2017-08-04 11:02 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jul 28, 2017 at 3:27 PM, Marc Gonzalez
<marc_gonzalez@sigmadesigns.com> wrote:
> 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>
> ---
> Arnd, Kevin, Olof, can one of you take this patch through arm-soc?

Applied to the fixes branch now.

> Greg will apply it to all stable branches, right?

He usually looks at random patches that have a 'Fixes:' line, but if you already
know that you want a bugfix to be backported, it should also come with a
'Cc: stable at vger.kernel.org' line. I've added that manually this time, but
please include it yourself if you have another patch like that.

 Thanks,

      Arnd

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

end of thread, other threads:[~2017-08-04 11:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-28 13:27 [PATCH v3] ARM: dts: tango4: Request RGMII RX and TX clock delays Marc Gonzalez
2017-07-28 13:27 ` Marc Gonzalez
2017-08-04 11:02 ` Arnd Bergmann
2017-08-04 11:02   ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.