diff options
author | Manikanta Guntupalli <manikanta.guntupalli@amd.com> | 2024-04-25 11:53:56 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-05-04 18:11:05 +0200 |
commit | cc3236cd758b07c1f36cabd55ea1740f0881faa0 (patch) | |
tree | cb7351e74bd76d726d748f9ed6abf2aa5f41e100 | |
parent | 6bb34cf737f85e1f9990266eb5534c4e8e302584 (diff) |
dt-bindings: serial: cdns,uart: Add optional reset property
Add optional reset device-tree property to the uartps controller.
Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@amd.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240425062358.1347684-2-manikanta.guntupalli@amd.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/devicetree/bindings/serial/cdns,uart.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/cdns,uart.yaml b/Documentation/devicetree/bindings/serial/cdns,uart.yaml index 2129247d7c81..d7f047b0bf24 100644 --- a/Documentation/devicetree/bindings/serial/cdns,uart.yaml +++ b/Documentation/devicetree/bindings/serial/cdns,uart.yaml @@ -46,6 +46,9 @@ properties: power-domains: maxItems: 1 + resets: + maxItems: 1 + required: - compatible - reg |