All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: vf610-zii-dev-rev-b: specify phy-mode for external PHYs
@ 2021-10-26  9:34 ` Russell King (Oracle)
  0 siblings, 0 replies; 6+ messages in thread
From: Russell King (Oracle) @ 2021-10-26  9:34 UTC (permalink / raw)
  To: Shawn Guo, Andrew Lunn
  Cc: Sascha Hauer, Pengutronix Kernel Team, Stefan Agner, Rob Herring,
	linux-arm-kernel, devicetree

Specify the phy-mode for the external PHYs on the third switch on the
ZII development rev B board so phylink and phylib knows what mode these
interfaces are configured for.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
---
 arch/arm/boot/dts/vf610-zii-dev-rev-b.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts b/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts
index 9034d99cee97..65e54dcd46b2 100644
--- a/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts
+++ b/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts
@@ -211,12 +211,14 @@ port@0 {
 						reg = <0>;
 						label = "lan6";
 						phy-handle = <&switch2phy0>;
+						phy-mode = "sgmii";
 					};
 
 					port@1 {
 						reg = <1>;
 						label = "lan7";
 						phy-handle = <&switch2phy1>;
+						phy-mode = "sgmii";
 					};
 
 					port@2 {
-- 
2.30.2


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

* [PATCH] ARM: dts: vf610-zii-dev-rev-b: specify phy-mode for external PHYs
@ 2021-10-26  9:34 ` Russell King (Oracle)
  0 siblings, 0 replies; 6+ messages in thread
From: Russell King (Oracle) @ 2021-10-26  9:34 UTC (permalink / raw)
  To: Shawn Guo, Andrew Lunn
  Cc: Sascha Hauer, Pengutronix Kernel Team, Stefan Agner, Rob Herring,
	linux-arm-kernel, devicetree

Specify the phy-mode for the external PHYs on the third switch on the
ZII development rev B board so phylink and phylib knows what mode these
interfaces are configured for.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
---
 arch/arm/boot/dts/vf610-zii-dev-rev-b.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts b/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts
index 9034d99cee97..65e54dcd46b2 100644
--- a/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts
+++ b/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts
@@ -211,12 +211,14 @@ port@0 {
 						reg = <0>;
 						label = "lan6";
 						phy-handle = <&switch2phy0>;
+						phy-mode = "sgmii";
 					};
 
 					port@1 {
 						reg = <1>;
 						label = "lan7";
 						phy-handle = <&switch2phy1>;
+						phy-mode = "sgmii";
 					};
 
 					port@2 {
-- 
2.30.2


_______________________________________________
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] 6+ messages in thread

* Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: specify phy-mode for external PHYs
  2021-10-26  9:34 ` Russell King (Oracle)
@ 2021-10-26 12:11   ` Andrew Lunn
  -1 siblings, 0 replies; 6+ messages in thread
From: Andrew Lunn @ 2021-10-26 12:11 UTC (permalink / raw)
  To: Russell King (Oracle)
  Cc: Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Stefan Agner,
	Rob Herring, linux-arm-kernel, devicetree

On Tue, Oct 26, 2021 at 10:34:23AM +0100, Russell King (Oracle) wrote:
> Specify the phy-mode for the external PHYs on the third switch on the
> ZII development rev B board so phylink and phylib knows what mode these
> interfaces are configured for.
> 
> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

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

* Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: specify phy-mode for external PHYs
@ 2021-10-26 12:11   ` Andrew Lunn
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Lunn @ 2021-10-26 12:11 UTC (permalink / raw)
  To: Russell King (Oracle)
  Cc: Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Stefan Agner,
	Rob Herring, linux-arm-kernel, devicetree

On Tue, Oct 26, 2021 at 10:34:23AM +0100, Russell King (Oracle) wrote:
> Specify the phy-mode for the external PHYs on the third switch on the
> ZII development rev B board so phylink and phylib knows what mode these
> interfaces are configured for.
> 
> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

_______________________________________________
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] 6+ messages in thread

* Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: specify phy-mode for external PHYs
  2021-10-26  9:34 ` Russell King (Oracle)
@ 2021-11-21  8:24   ` Shawn Guo
  -1 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2021-11-21  8:24 UTC (permalink / raw)
  To: Russell King (Oracle)
  Cc: Andrew Lunn, Sascha Hauer, Pengutronix Kernel Team, Stefan Agner,
	Rob Herring, linux-arm-kernel, devicetree

On Tue, Oct 26, 2021 at 10:34:23AM +0100, Russell King (Oracle) wrote:
> Specify the phy-mode for the external PHYs on the third switch on the
> ZII development rev B board so phylink and phylib knows what mode these
> interfaces are configured for.
> 
> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>

Applied, thanks.

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

* Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: specify phy-mode for external PHYs
@ 2021-11-21  8:24   ` Shawn Guo
  0 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2021-11-21  8:24 UTC (permalink / raw)
  To: Russell King (Oracle)
  Cc: Andrew Lunn, Sascha Hauer, Pengutronix Kernel Team, Stefan Agner,
	Rob Herring, linux-arm-kernel, devicetree

On Tue, Oct 26, 2021 at 10:34:23AM +0100, Russell King (Oracle) wrote:
> Specify the phy-mode for the external PHYs on the third switch on the
> ZII development rev B board so phylink and phylib knows what mode these
> interfaces are configured for.
> 
> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>

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] 6+ messages in thread

end of thread, other threads:[~2021-11-21  8:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-26  9:34 [PATCH] ARM: dts: vf610-zii-dev-rev-b: specify phy-mode for external PHYs Russell King (Oracle)
2021-10-26  9:34 ` Russell King (Oracle)
2021-10-26 12:11 ` Andrew Lunn
2021-10-26 12:11   ` Andrew Lunn
2021-11-21  8:24 ` Shawn Guo
2021-11-21  8:24   ` Shawn Guo

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.