diff mbox series

[V2,RESEND,1/2] net: dsa: ksz: Add optional reset GPIO to Microchip KSZ switch binding

Message ID 20181210134306.8786-2-marex@denx.de
State Accepted, archived
Delegated to: David Miller
Headers show
Series net: dsa: ksz: Add reset GPIO handling | expand

Commit Message

Marek Vasut Dec. 10, 2018, 1:43 p.m. UTC
Add optional reset GPIO, as such a signal is available on the KSZ switches.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Woojung Huh <Woojung.Huh@microchip.com>
Cc: David S. Miller <davem@davemloft.net>
---
V2: No change
---
 Documentation/devicetree/bindings/net/dsa/ksz.txt | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Andrew Lunn Dec. 10, 2018, 2:38 p.m. UTC | #1
On Mon, Dec 10, 2018 at 02:43:05PM +0100, Marek Vasut wrote:
> Add optional reset GPIO, as such a signal is available on the KSZ switches.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>

Hi Marek

Thanks for creating the patchset.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/net/dsa/ksz.txt b/Documentation/devicetree/bindings/net/dsa/ksz.txt
index ac145b885e955..0f407fb371ce1 100644
--- a/Documentation/devicetree/bindings/net/dsa/ksz.txt
+++ b/Documentation/devicetree/bindings/net/dsa/ksz.txt
@@ -8,6 +8,10 @@  Required properties:
   - "microchip,ksz9477"
   - "microchip,ksz9897"
 
+Optional properties:
+
+- reset-gpios		: Should be a gpio specifier for a reset line
+
 See Documentation/devicetree/bindings/net/dsa/dsa.txt for a list of additional
 required and optional properties.