diff options
author | Alexandru Tachici <alexandru.tachici@analog.com> | 2022-10-19 20:13:14 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-10-21 13:11:33 +0100 |
commit | 3bd5549bd479d4451cf20be077fa7646f9ffc56f (patch) | |
tree | 0b3690aa28a0c55471b1365f61205b5541331ba7 | |
parent | 36934cac7aaffaf11cb8fad1e828dd61708d9b89 (diff) | |
download | linux-3bd5549bd479d4451cf20be077fa7646f9ffc56f.tar.bz2 |
dt-bindings: net: adin1110: Document reset
Document GPIO for HW reset.
Signed-off-by: Alexandru Tachici <alexandru.tachici@analog.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | Documentation/devicetree/bindings/net/adi,adin1110.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/adi,adin1110.yaml b/Documentation/devicetree/bindings/net/adi,adin1110.yaml index b6bd8ee38a18..9de865295d7a 100644 --- a/Documentation/devicetree/bindings/net/adi,adin1110.yaml +++ b/Documentation/devicetree/bindings/net/adi,adin1110.yaml @@ -46,6 +46,10 @@ properties: interrupts: maxItems: 1 + reset-gpios: + maxItems: 1 + description: GPIO connected to active low reset + required: - compatible - reg |