All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: arm: at91: add Kontron's new KSwitches
@ 2022-02-10 13:18 ` Michael Walle
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Walle @ 2022-02-10 13:18 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel, linux-kernel
  Cc: Rob Herring, Krzysztof Kozlowski, Nicolas Ferre,
	Alexandre Belloni, Ludovic Desroches, Michael Walle

The Kontron KSwitch D10 MMT series ethernet switches features a LAN9668
SoC with either 8 copper ports or 6 copper port and two SFP cages.

Signed-off-by: Michael Walle <michael@walle.cc>
---
changes since v1:
 - just use one entry with an enum, thanks Krzysztof

 Documentation/devicetree/bindings/arm/atmel-at91.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
index c612e1f48dba..9d46ff78739f 100644
--- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml
+++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
@@ -174,6 +174,15 @@ properties:
           - const: microchip,lan9668
           - const: microchip,lan966
 
+      - description: Kontron KSwitch D10 MMT series
+        items:
+          - enum:
+              - kontron,kswitch-d10-mmt-8g
+              - kontron,kswitch-d10-mmt-6g-2gs
+          - const: kontron,s1921
+          - const: microchip,lan9668
+          - const: microchip,lan966
+
       - items:
           - enum:
               - atmel,sams70j19
-- 
2.30.2


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

* [PATCH v2] dt-bindings: arm: at91: add Kontron's new KSwitches
@ 2022-02-10 13:18 ` Michael Walle
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Walle @ 2022-02-10 13:18 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel, linux-kernel
  Cc: Alexandre Belloni, Krzysztof Kozlowski, Michael Walle,
	Ludovic Desroches, Rob Herring

The Kontron KSwitch D10 MMT series ethernet switches features a LAN9668
SoC with either 8 copper ports or 6 copper port and two SFP cages.

Signed-off-by: Michael Walle <michael@walle.cc>
---
changes since v1:
 - just use one entry with an enum, thanks Krzysztof

 Documentation/devicetree/bindings/arm/atmel-at91.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
index c612e1f48dba..9d46ff78739f 100644
--- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml
+++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
@@ -174,6 +174,15 @@ properties:
           - const: microchip,lan9668
           - const: microchip,lan966
 
+      - description: Kontron KSwitch D10 MMT series
+        items:
+          - enum:
+              - kontron,kswitch-d10-mmt-8g
+              - kontron,kswitch-d10-mmt-6g-2gs
+          - const: kontron,s1921
+          - const: microchip,lan9668
+          - const: microchip,lan966
+
       - items:
           - enum:
               - atmel,sams70j19
-- 
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] 8+ messages in thread

* Re: [PATCH v2] dt-bindings: arm: at91: add Kontron's new KSwitches
  2022-02-10 13:18 ` Michael Walle
@ 2022-02-10 13:28   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-10 13:28 UTC (permalink / raw)
  To: Michael Walle, devicetree, linux-arm-kernel, linux-kernel
  Cc: Rob Herring, Nicolas Ferre, Alexandre Belloni, Ludovic Desroches

On 10/02/2022 14:18, Michael Walle wrote:
> The Kontron KSwitch D10 MMT series ethernet switches features a LAN9668
> SoC with either 8 copper ports or 6 copper port and two SFP cages.
> 
> Signed-off-by: Michael Walle <michael@walle.cc>
> ---
> changes since v1:
>  - just use one entry with an enum, thanks Krzysztof
> 
>  Documentation/devicetree/bindings/arm/atmel-at91.yaml | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>


Best regards,
Krzysztof

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

* Re: [PATCH v2] dt-bindings: arm: at91: add Kontron's new KSwitches
@ 2022-02-10 13:28   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-10 13:28 UTC (permalink / raw)
  To: Michael Walle, devicetree, linux-arm-kernel, linux-kernel
  Cc: Ludovic Desroches, Alexandre Belloni, Rob Herring

On 10/02/2022 14:18, Michael Walle wrote:
> The Kontron KSwitch D10 MMT series ethernet switches features a LAN9668
> SoC with either 8 copper ports or 6 copper port and two SFP cages.
> 
> Signed-off-by: Michael Walle <michael@walle.cc>
> ---
> changes since v1:
>  - just use one entry with an enum, thanks Krzysztof
> 
>  Documentation/devicetree/bindings/arm/atmel-at91.yaml | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>


Best regards,
Krzysztof

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

* Re: [PATCH v2] dt-bindings: arm: at91: add Kontron's new KSwitches
  2022-02-10 13:18 ` Michael Walle
@ 2022-02-17  0:26   ` Rob Herring
  -1 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2022-02-17  0:26 UTC (permalink / raw)
  To: Michael Walle
  Cc: Ludovic Desroches, Nicolas Ferre, linux-kernel,
	Krzysztof Kozlowski, devicetree, Alexandre Belloni, Rob Herring,
	linux-arm-kernel

On Thu, 10 Feb 2022 14:18:17 +0100, Michael Walle wrote:
> The Kontron KSwitch D10 MMT series ethernet switches features a LAN9668
> SoC with either 8 copper ports or 6 copper port and two SFP cages.
> 
> Signed-off-by: Michael Walle <michael@walle.cc>
> ---
> changes since v1:
>  - just use one entry with an enum, thanks Krzysztof
> 
>  Documentation/devicetree/bindings/arm/atmel-at91.yaml | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH v2] dt-bindings: arm: at91: add Kontron's new KSwitches
@ 2022-02-17  0:26   ` Rob Herring
  0 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2022-02-17  0:26 UTC (permalink / raw)
  To: Michael Walle
  Cc: devicetree, Alexandre Belloni, Krzysztof Kozlowski, linux-kernel,
	Ludovic Desroches, Rob Herring, linux-arm-kernel

On Thu, 10 Feb 2022 14:18:17 +0100, Michael Walle wrote:
> The Kontron KSwitch D10 MMT series ethernet switches features a LAN9668
> SoC with either 8 copper ports or 6 copper port and two SFP cages.
> 
> Signed-off-by: Michael Walle <michael@walle.cc>
> ---
> changes since v1:
>  - just use one entry with an enum, thanks Krzysztof
> 
>  Documentation/devicetree/bindings/arm/atmel-at91.yaml | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH v2] dt-bindings: arm: at91: add Kontron's new KSwitches
  2022-02-10 13:18 ` Michael Walle
@ 2022-02-24 15:56   ` Nicolas Ferre
  -1 siblings, 0 replies; 8+ messages in thread
From: Nicolas Ferre @ 2022-02-24 15:56 UTC (permalink / raw)
  To: Michael Walle, devicetree, linux-arm-kernel, linux-kernel
  Cc: Rob Herring, Krzysztof Kozlowski, Alexandre Belloni, Ludovic Desroches

On 10/02/2022 at 14:18, Michael Walle wrote:
> The Kontron KSwitch D10 MMT series ethernet switches features a LAN9668
> SoC with either 8 copper ports or 6 copper port and two SFP cages.
> 
> Signed-off-by: Michael Walle <michael@walle.cc>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Taken in at91-dt branch for reaching 5.18 via arm-soc tree.

Thanks for your patch!
Best regards,
   Nicolas

> ---
> changes since v1:
>   - just use one entry with an enum, thanks Krzysztof
> 
>   Documentation/devicetree/bindings/arm/atmel-at91.yaml | 9 +++++++++
>   1 file changed, 9 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
> index c612e1f48dba..9d46ff78739f 100644
> --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml
> +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
> @@ -174,6 +174,15 @@ properties:
>             - const: microchip,lan9668
>             - const: microchip,lan966
> 
> +      - description: Kontron KSwitch D10 MMT series
> +        items:
> +          - enum:
> +              - kontron,kswitch-d10-mmt-8g
> +              - kontron,kswitch-d10-mmt-6g-2gs
> +          - const: kontron,s1921
> +          - const: microchip,lan9668
> +          - const: microchip,lan966
> +
>         - items:
>             - enum:
>                 - atmel,sams70j19
> --
> 2.30.2
> 


-- 
Nicolas Ferre

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

* Re: [PATCH v2] dt-bindings: arm: at91: add Kontron's new KSwitches
@ 2022-02-24 15:56   ` Nicolas Ferre
  0 siblings, 0 replies; 8+ messages in thread
From: Nicolas Ferre @ 2022-02-24 15:56 UTC (permalink / raw)
  To: Michael Walle, devicetree, linux-arm-kernel, linux-kernel
  Cc: Rob Herring, Krzysztof Kozlowski, Alexandre Belloni, Ludovic Desroches

On 10/02/2022 at 14:18, Michael Walle wrote:
> The Kontron KSwitch D10 MMT series ethernet switches features a LAN9668
> SoC with either 8 copper ports or 6 copper port and two SFP cages.
> 
> Signed-off-by: Michael Walle <michael@walle.cc>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Taken in at91-dt branch for reaching 5.18 via arm-soc tree.

Thanks for your patch!
Best regards,
   Nicolas

> ---
> changes since v1:
>   - just use one entry with an enum, thanks Krzysztof
> 
>   Documentation/devicetree/bindings/arm/atmel-at91.yaml | 9 +++++++++
>   1 file changed, 9 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
> index c612e1f48dba..9d46ff78739f 100644
> --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml
> +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
> @@ -174,6 +174,15 @@ properties:
>             - const: microchip,lan9668
>             - const: microchip,lan966
> 
> +      - description: Kontron KSwitch D10 MMT series
> +        items:
> +          - enum:
> +              - kontron,kswitch-d10-mmt-8g
> +              - kontron,kswitch-d10-mmt-6g-2gs
> +          - const: kontron,s1921
> +          - const: microchip,lan9668
> +          - const: microchip,lan966
> +
>         - items:
>             - enum:
>                 - atmel,sams70j19
> --
> 2.30.2
> 


-- 
Nicolas Ferre

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

end of thread, other threads:[~2022-02-24 15:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-10 13:18 [PATCH v2] dt-bindings: arm: at91: add Kontron's new KSwitches Michael Walle
2022-02-10 13:18 ` Michael Walle
2022-02-10 13:28 ` Krzysztof Kozlowski
2022-02-10 13:28   ` Krzysztof Kozlowski
2022-02-17  0:26 ` Rob Herring
2022-02-17  0:26   ` Rob Herring
2022-02-24 15:56 ` Nicolas Ferre
2022-02-24 15:56   ` Nicolas Ferre

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.