diff options
| author | Marek Vasut <[email protected]> | 2018-12-10 14:43:05 +0100 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-12-10 12:07:56 -0800 |
| commit | a324d6e454aa986d64cb650caa8ed7150023b3f3 (patch) | |
| tree | 62235b5d20102a4f8fae4037eb6841ea71d6ef10 | |
| parent | 4e6feb7adb9a69e51271eae4715d546507c1e998 (diff) | |
net: dsa: ksz: Add optional reset GPIO to Microchip KSZ switch binding
Add optional reset GPIO, as such a signal is available on the KSZ switches.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Andrew Lunn <[email protected]>
Cc: Florian Fainelli <[email protected]>
Cc: Woojung Huh <[email protected]>
Cc: David S. Miller <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/net/dsa/ksz.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/dsa/ksz.txt b/Documentation/devicetree/bindings/net/dsa/ksz.txt index ac145b885e95..0f407fb371ce 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. |