public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 1/2] dt-bindings: net: dsa: add none to dsa-tag-protocol enum
@ 2024-08-19 10:12 vtpieter
  2024-08-19 10:58 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 2+ messages in thread
From: vtpieter @ 2024-08-19 10:12 UTC (permalink / raw)
  To: Andrew Lunn, Florian Fainelli, Vladimir Oltean, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: Pieter Van Trappen, netdev, devicetree, linux-kernel

From: Pieter Van Trappen <pieter.van.trappen@cern.ch>

This allows the switch to disable tagging all together, for the use
case of an unmanaged switch for example.

Signed-off-by: Pieter Van Trappen <pieter.van.trappen@cern.ch>
---
 Documentation/devicetree/bindings/net/dsa/dsa-port.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml b/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml
index 480120469953..ded8019b6ba6 100644
--- a/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml
+++ b/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml
@@ -53,6 +53,7 @@ properties:
     enum:
       - dsa
       - edsa
+      - none
       - ocelot
       - ocelot-8021q
       - rtl8_4

base-commit: 1bf8e07c382bd4f04ede81ecc05267a8ffd60999
-- 
2.43.0


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

end of thread, other threads:[~2024-08-19 10:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-19 10:12 [PATCH net-next 1/2] dt-bindings: net: dsa: add none to dsa-tag-protocol enum vtpieter
2024-08-19 10:58 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox