linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 1/2] dt-bindings: net: ethernet-controller: add PSGMII mode
@ 2023-08-11 11:10 Robert Marko
  2023-08-11 11:10 ` [PATCH net-next v2 2/2] net: phy: Introduce PSGMII PHY interface mode Robert Marko
  2023-08-14  7:20 ` [PATCH net-next v2 1/2] dt-bindings: net: ethernet-controller: add PSGMII mode patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Robert Marko @ 2023-08-11 11:10 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, robh+dt, krzysztof.kozlowski+dt,
	conor+dt, andrew, hkallweit1, linux, corbet, netdev, devicetree,
	linux-kernel, linux-doc
  Cc: luka.perkov, Robert Marko, Rob Herring

Add a new PSGMII mode which is similar to QSGMII with the difference being
that it combines 5 SGMII lines into a single link compared to 4 on QSGMII.

It is commonly used by Qualcomm on their QCA807x PHY series.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Acked-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/net/ethernet-controller.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
index 6b0d359367da..9f6a5ccbcefe 100644
--- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml
+++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
@@ -66,6 +66,7 @@ properties:
       - mii
       - gmii
       - sgmii
+      - psgmii
       - qsgmii
       - qusgmii
       - tbi
-- 
2.41.0


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

end of thread, other threads:[~2023-08-14  7:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11 11:10 [PATCH net-next v2 1/2] dt-bindings: net: ethernet-controller: add PSGMII mode Robert Marko
2023-08-11 11:10 ` [PATCH net-next v2 2/2] net: phy: Introduce PSGMII PHY interface mode Robert Marko
2023-08-14  7:20 ` [PATCH net-next v2 1/2] dt-bindings: net: ethernet-controller: add PSGMII mode patchwork-bot+netdevbpf

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