7e8a24062601200ae83555cd4cb70868ba58e76d
[openwrt/staging/xback.git] /
1 From 5fc2d68fc81801162188995e4d3dc0b26747dd76 Mon Sep 17 00:00:00 2001
2 From: Luiz Angelo Daros de Luca <luizluca@gmail.com>
3 Date: Sun, 25 Feb 2024 13:29:54 -0300
4 Subject: [PATCH 2/3] dt-bindings: net: dsa: realtek: add reset controller
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Realtek switches can use a reset controller instead of reset-gpios.
10
11 Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
12 Cc: devicetree@vger.kernel.org
13 Acked-by: Arınç ÜNAL <arinc.unal@arinc9.com>
14 Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
15 Reviewed-by: Alvin Šipraga <alsi@bang-olufsen.dk>
16 Acked-by: Rob Herring <robh@kernel.org>
17 Signed-off-by: David S. Miller <davem@davemloft.net>
18 ---
19 Documentation/devicetree/bindings/net/dsa/realtek.yaml | 3 +++
20 1 file changed, 3 insertions(+)
21
22 --- a/Documentation/devicetree/bindings/net/dsa/realtek.yaml
23 +++ b/Documentation/devicetree/bindings/net/dsa/realtek.yaml
24 @@ -59,6 +59,9 @@ properties:
25 description: GPIO to be used to reset the whole device
26 maxItems: 1
27
28 + resets:
29 + maxItems: 1
30 +
31 realtek,disable-leds:
32 type: boolean
33 description: |