mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-09 18:02:04 +08:00
35 lines
1.2 KiB
Diff
35 lines
1.2 KiB
Diff
![]() |
From 28001bb1955fcfa63e535848c4289fcd7bb88daf Mon Sep 17 00:00:00 2001
|
|||
|
From: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
|||
|
Date: Sun, 25 Feb 2024 13:29:53 -0300
|
|||
|
Subject: [PATCH 1/3] dt-bindings: net: dsa: realtek: reset-gpios is not
|
|||
|
required
|
|||
|
MIME-Version: 1.0
|
|||
|
Content-Type: text/plain; charset=UTF-8
|
|||
|
Content-Transfer-Encoding: 8bit
|
|||
|
|
|||
|
The 'reset-gpios' should not be mandatory. although they might be
|
|||
|
required for some devices if the switch reset was left asserted by a
|
|||
|
previous driver, such as the bootloader.
|
|||
|
|
|||
|
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
|||
|
Cc: devicetree@vger.kernel.org
|
|||
|
Acked-by: Arınç ÜNAL <arinc.unal@arinc9.com>
|
|||
|
Acked-by: Rob Herring <robh@kernel.org>
|
|||
|
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
|
|||
|
Reviewed-by: Alvin Šipraga <alsi@bang-olufsen.dk>
|
|||
|
Signed-off-by: David S. Miller <davem@davemloft.net>
|
|||
|
---
|
|||
|
Documentation/devicetree/bindings/net/dsa/realtek.yaml | 1 -
|
|||
|
1 file changed, 1 deletion(-)
|
|||
|
|
|||
|
--- a/Documentation/devicetree/bindings/net/dsa/realtek.yaml
|
|||
|
+++ b/Documentation/devicetree/bindings/net/dsa/realtek.yaml
|
|||
|
@@ -125,7 +125,6 @@ else:
|
|||
|
- mdc-gpios
|
|||
|
- mdio-gpios
|
|||
|
- mdio
|
|||
|
- - reset-gpios
|
|||
|
|
|||
|
required:
|
|||
|
- compatible
|