[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211218081425.18722-2-luizluca@gmail.com>
Date: Sat, 18 Dec 2021 05:14:13 -0300
From: Luiz Angelo Daros de Luca <luizluca@...il.com>
To: netdev@...r.kernel.org
Cc: linus.walleij@...aro.org, andrew@...n.ch, vivien.didelot@...il.com,
f.fainelli@...il.com, olteanv@...il.com, alsi@...g-olufsen.dk,
arinc.unal@...nc9.com,
Luiz Angelo Daros de Luca <luizluca@...il.com>
Subject: [PATCH net-next v2 01/13] dt-bindings: net: dsa: realtek-smi: mark unsupported switches
Some listed switches are not really supported yet.
Reviewed-by: Arınç ÜNAL <arinc.unal@...nc9.com>
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@...il.com>
---
.../devicetree/bindings/net/dsa/realtek-smi.txt | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/Documentation/devicetree/bindings/net/dsa/realtek-smi.txt b/Documentation/devicetree/bindings/net/dsa/realtek-smi.txt
index 7959ec237983..ec96b4035ed5 100644
--- a/Documentation/devicetree/bindings/net/dsa/realtek-smi.txt
+++ b/Documentation/devicetree/bindings/net/dsa/realtek-smi.txt
@@ -4,20 +4,21 @@ Realtek SMI-based Switches
The SMI "Simple Management Interface" is a two-wire protocol using
bit-banged GPIO that while it reuses the MDIO lines MCK and MDIO does
not use the MDIO protocol. This binding defines how to specify the
-SMI-based Realtek devices.
+SMI-based Realtek devices. The realtek-smi driver is a platform driver
+and it must be inserted inside a platform node.
Required properties:
- compatible: must be exactly one of:
"realtek,rtl8365mb" (4+1 ports)
- "realtek,rtl8366"
+ "realtek,rtl8366" (not supported yet)
"realtek,rtl8366rb" (4+1 ports)
- "realtek,rtl8366s" (4+1 ports)
- "realtek,rtl8367"
- "realtek,rtl8367b"
- "realtek,rtl8368s" (8 port)
- "realtek,rtl8369"
- "realtek,rtl8370" (8 port)
+ "realtek,rtl8366s" (4+1 ports) (not supported yet)
+ "realtek,rtl8367" (not supported yet)
+ "realtek,rtl8367b" (not supported yet)
+ "realtek,rtl8368s" (8 port) (not supported yet)
+ "realtek,rtl8369" (not supported yet)
+ "realtek,rtl8370" (8 port) (not supported yet)
Required properties:
- mdc-gpios: GPIO line for the MDC clock line.
--
2.34.0
Powered by blists - more mailing lists