forked from Openwrt-EcoNet/openwrt
This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. For the original discussion see: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/16547 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
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
|