diff options
author | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2024-02-25 13:29:53 -0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-02-28 08:21:41 +0000 |
commit | 28001bb1955fcfa63e535848c4289fcd7bb88daf (patch) | |
tree | 05b9ec9582f5bc56bb6b745d89c07b1a1de50f34 /Documentation | |
parent | 4440873f3655325f849366d75382aa05d09b5575 (diff) | |
download | linux-stable-28001bb1955fcfa63e535848c4289fcd7bb88daf.tar.gz linux-stable-28001bb1955fcfa63e535848c4289fcd7bb88daf.tar.bz2 linux-stable-28001bb1955fcfa63e535848c4289fcd7bb88daf.zip |
dt-bindings: net: dsa: realtek: reset-gpios is not required
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/dsa/realtek.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/dsa/realtek.yaml b/Documentation/devicetree/bindings/net/dsa/realtek.yaml index cce692f57b08..46e113df77c8 100644 --- a/Documentation/devicetree/bindings/net/dsa/realtek.yaml +++ b/Documentation/devicetree/bindings/net/dsa/realtek.yaml @@ -127,7 +127,6 @@ else: - mdc-gpios - mdio-gpios - mdio - - reset-gpios required: - compatible |