devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Add J784S4 CPSW9G NET Bindings
@ 2023-03-15  7:59 Siddharth Vadapalli
  2023-03-15  7:59 ` [PATCH net-next 1/2] dt-bindings: net: ti: k3-am654-cpsw-nuss: Fix compatible order Siddharth Vadapalli
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Siddharth Vadapalli @ 2023-03-15  7:59 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, robh+dt, krzysztof.kozlowski,
	krzysztof.kozlowski+dt, nsekhar, rogerq
  Cc: netdev, devicetree, linux-kernel, linux-arm-kernel, srk,
	s-vadapalli

Hello,

This series cleans up the bindings by reordering the compatibles, followed
by adding the bindings for CPSW9G instance of CPSW Ethernet Switch on TI's
J784S4 SoC.

Siddharth Vadapalli (2):
  dt-bindings: net: ti: k3-am654-cpsw-nuss: Fix compatible order
  dt-bindings: net: ti: k3-am654-cpsw-nuss: Add J784S4 CPSW9G support

 .../devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

-- 
2.25.1


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

* [PATCH net-next 1/2] dt-bindings: net: ti: k3-am654-cpsw-nuss: Fix compatible order
  2023-03-15  7:59 [PATCH net-next 0/2] Add J784S4 CPSW9G NET Bindings Siddharth Vadapalli
@ 2023-03-15  7:59 ` Siddharth Vadapalli
  2023-03-17  9:29   ` Krzysztof Kozlowski
  2023-03-15  7:59 ` [PATCH net-next 2/2] dt-bindings: net: ti: k3-am654-cpsw-nuss: Add J784S4 CPSW9G support Siddharth Vadapalli
  2023-03-17  8:10 ` [PATCH net-next 0/2] Add J784S4 CPSW9G NET Bindings patchwork-bot+netdevbpf
  2 siblings, 1 reply; 6+ messages in thread
From: Siddharth Vadapalli @ 2023-03-15  7:59 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, robh+dt, krzysztof.kozlowski,
	krzysztof.kozlowski+dt, nsekhar, rogerq
  Cc: netdev, devicetree, linux-kernel, linux-arm-kernel, srk,
	s-vadapalli

Reorder compatibles to follow alphanumeric order.

Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
---
 .../devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml b/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
index 628d63e1eb1f..6f56add1919b 100644
--- a/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
+++ b/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
@@ -54,11 +54,11 @@ properties:
 
   compatible:
     enum:
+      - ti,am642-cpsw-nuss
       - ti,am654-cpsw-nuss
       - ti,j7200-cpswxg-nuss
       - ti,j721e-cpsw-nuss
       - ti,j721e-cpswxg-nuss
-      - ti,am642-cpsw-nuss
 
   reg:
     maxItems: 1
@@ -215,8 +215,8 @@ allOf:
           compatible:
             contains:
               enum:
-                - ti,j721e-cpswxg-nuss
                 - ti,j7200-cpswxg-nuss
+                - ti,j721e-cpswxg-nuss
     then:
       properties:
         ethernet-ports:
-- 
2.25.1


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

* [PATCH net-next 2/2] dt-bindings: net: ti: k3-am654-cpsw-nuss: Add J784S4 CPSW9G support
  2023-03-15  7:59 [PATCH net-next 0/2] Add J784S4 CPSW9G NET Bindings Siddharth Vadapalli
  2023-03-15  7:59 ` [PATCH net-next 1/2] dt-bindings: net: ti: k3-am654-cpsw-nuss: Fix compatible order Siddharth Vadapalli
@ 2023-03-15  7:59 ` Siddharth Vadapalli
  2023-03-17  9:29   ` Krzysztof Kozlowski
  2023-03-17  8:10 ` [PATCH net-next 0/2] Add J784S4 CPSW9G NET Bindings patchwork-bot+netdevbpf
  2 siblings, 1 reply; 6+ messages in thread
From: Siddharth Vadapalli @ 2023-03-15  7:59 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, robh+dt, krzysztof.kozlowski,
	krzysztof.kozlowski+dt, nsekhar, rogerq
  Cc: netdev, devicetree, linux-kernel, linux-arm-kernel, srk,
	s-vadapalli

Update bindings for TI K3 J784S4 SoC which contains 9 ports (8 external
ports) CPSW9G module and add compatible for it.

Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
---
 .../devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml      | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml b/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
index 6f56add1919b..306709bcc9e9 100644
--- a/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
+++ b/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
@@ -59,6 +59,7 @@ properties:
       - ti,j7200-cpswxg-nuss
       - ti,j721e-cpsw-nuss
       - ti,j721e-cpswxg-nuss
+      - ti,j784s4-cpswxg-nuss
 
   reg:
     maxItems: 1
@@ -197,7 +198,9 @@ allOf:
         properties:
           compatible:
             contains:
-              const: ti,j721e-cpswxg-nuss
+              enum:
+                - ti,j721e-cpswxg-nuss
+                - ti,j784s4-cpswxg-nuss
     then:
       properties:
         ethernet-ports:
@@ -217,6 +220,7 @@ allOf:
               enum:
                 - ti,j7200-cpswxg-nuss
                 - ti,j721e-cpswxg-nuss
+                - ti,j784s4-cpswxg-nuss
     then:
       properties:
         ethernet-ports:
-- 
2.25.1


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

* Re: [PATCH net-next 0/2] Add J784S4 CPSW9G NET Bindings
  2023-03-15  7:59 [PATCH net-next 0/2] Add J784S4 CPSW9G NET Bindings Siddharth Vadapalli
  2023-03-15  7:59 ` [PATCH net-next 1/2] dt-bindings: net: ti: k3-am654-cpsw-nuss: Fix compatible order Siddharth Vadapalli
  2023-03-15  7:59 ` [PATCH net-next 2/2] dt-bindings: net: ti: k3-am654-cpsw-nuss: Add J784S4 CPSW9G support Siddharth Vadapalli
@ 2023-03-17  8:10 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-03-17  8:10 UTC (permalink / raw)
  To: Siddharth Vadapalli
  Cc: davem, edumazet, kuba, pabeni, robh+dt, krzysztof.kozlowski,
	krzysztof.kozlowski+dt, nsekhar, rogerq, netdev, devicetree,
	linux-kernel, linux-arm-kernel, srk

Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Wed, 15 Mar 2023 13:29:46 +0530 you wrote:
> Hello,
> 
> This series cleans up the bindings by reordering the compatibles, followed
> by adding the bindings for CPSW9G instance of CPSW Ethernet Switch on TI's
> J784S4 SoC.
> 
> Siddharth Vadapalli (2):
>   dt-bindings: net: ti: k3-am654-cpsw-nuss: Fix compatible order
>   dt-bindings: net: ti: k3-am654-cpsw-nuss: Add J784S4 CPSW9G support
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] dt-bindings: net: ti: k3-am654-cpsw-nuss: Fix compatible order
    https://git.kernel.org/netdev/net-next/c/40235edeadf5
  - [net-next,2/2] dt-bindings: net: ti: k3-am654-cpsw-nuss: Add J784S4 CPSW9G support
    https://git.kernel.org/netdev/net-next/c/e0c9c2a7dd73

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [PATCH net-next 1/2] dt-bindings: net: ti: k3-am654-cpsw-nuss: Fix compatible order
  2023-03-15  7:59 ` [PATCH net-next 1/2] dt-bindings: net: ti: k3-am654-cpsw-nuss: Fix compatible order Siddharth Vadapalli
@ 2023-03-17  9:29   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-17  9:29 UTC (permalink / raw)
  To: Siddharth Vadapalli, davem, edumazet, kuba, pabeni, robh+dt,
	krzysztof.kozlowski+dt, nsekhar, rogerq
  Cc: netdev, devicetree, linux-kernel, linux-arm-kernel, srk

On 15/03/2023 08:59, Siddharth Vadapalli wrote:
> Reorder compatibles to follow alphanumeric order.
> 
> Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
> ---
>  .../devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml        | 4 ++


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

* Re: [PATCH net-next 2/2] dt-bindings: net: ti: k3-am654-cpsw-nuss: Add J784S4 CPSW9G support
  2023-03-15  7:59 ` [PATCH net-next 2/2] dt-bindings: net: ti: k3-am654-cpsw-nuss: Add J784S4 CPSW9G support Siddharth Vadapalli
@ 2023-03-17  9:29   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-17  9:29 UTC (permalink / raw)
  To: Siddharth Vadapalli, davem, edumazet, kuba, pabeni, robh+dt,
	krzysztof.kozlowski+dt, nsekhar, rogerq
  Cc: netdev, devicetree, linux-kernel, linux-arm-kernel, srk

On 15/03/2023 08:59, Siddharth Vadapalli wrote:
> Update bindings for TI K3 J784S4 SoC which contains 9 ports (8 external
> ports) CPSW9G module and add compatible for it.
> 
> Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
> ---
>  .../devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml      | 6 +


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

end of thread, other threads:[~2023-03-17  9:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-15  7:59 [PATCH net-next 0/2] Add J784S4 CPSW9G NET Bindings Siddharth Vadapalli
2023-03-15  7:59 ` [PATCH net-next 1/2] dt-bindings: net: ti: k3-am654-cpsw-nuss: Fix compatible order Siddharth Vadapalli
2023-03-17  9:29   ` Krzysztof Kozlowski
2023-03-15  7:59 ` [PATCH net-next 2/2] dt-bindings: net: ti: k3-am654-cpsw-nuss: Add J784S4 CPSW9G support Siddharth Vadapalli
2023-03-17  9:29   ` Krzysztof Kozlowski
2023-03-17  8:10 ` [PATCH net-next 0/2] Add J784S4 CPSW9G NET Bindings 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).