[PATCH 1/3] dt-bindings: serial: cdsn,uart: Add optional reset property

Manikanta Guntupalli posted 3 patches 1 year, 9 months ago
There is a newer version of this series
[PATCH 1/3] dt-bindings: serial: cdsn,uart: Add optional reset property
Posted by Manikanta Guntupalli 1 year, 9 months ago
Add optional reset device-tree property to the uartps controller.

Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@amd.com>
---
 Documentation/devicetree/bindings/serial/cdns,uart.yaml | 3 +++
 1 file changed, 3 insertions(+)

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
-- 
2.25.1
Re: [PATCH 1/3] dt-bindings: serial: cdsn,uart: Add optional reset property
Posted by Mukesh Kumar Savaliya 9 months, 3 weeks ago

On 4/19/2024 5:35 PM, Manikanta Guntupalli wrote:
> Add optional reset device-tree property to the uartps controller.
what exactly is uartps ? i Couldn't get from google too.
> 
> Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@amd.com>
> ---
>   Documentation/devicetree/bindings/serial/cdns,uart.yaml | 3 +++
>   1 file changed, 3 insertions(+)
> 
> 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
Re: [PATCH 1/3] dt-bindings: serial: cdsn,uart: Add optional reset property
Posted by Krzysztof Kozlowski 1 year, 9 months ago
On 19/04/2024 14:05, Manikanta Guntupalli wrote:
> 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>

Best regards,
Krzysztof