diff options
author | Théo Lebrun <[email protected]> | 2024-02-28 12:28:02 +0100 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2024-02-29 10:19:39 +0100 |
commit | 6abd174c9c82ad49fd7efc63c348f43eb1612908 (patch) | |
tree | 9fc40623b83c9551776f19c2f7db8d80cd7b8896 | |
parent | fa55bcecf272f7795c42653aa1ed0b156123c5fa (diff) |
dt-bindings: gpio: nomadik: add optional reset property
Add optional reset device-tree property to the Nomadik GPIO controller.
Acked-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Signed-off-by: Théo Lebrun <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml b/Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml index 16956969a02a..38d37d8f7201 100644 --- a/Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml +++ b/Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml @@ -57,6 +57,9 @@ properties: minimum: 0 maximum: 32 + resets: + maxItems: 1 + required: - compatible - reg |