[PATCH 9/9] dt-bindings: crypto: fsl-sec4-snvs: add poweroff support

Peng Fan (OSS) posted 9 patches 3 years, 1 month ago
[PATCH 9/9] dt-bindings: crypto: fsl-sec4-snvs: add poweroff support
Posted by Peng Fan (OSS) 3 years, 1 month ago
From: Peng Fan <peng.fan@nxp.com>

Add snvs poweroff support for fsl-sec4-snvs

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 Documentation/devicetree/bindings/crypto/fsl-sec4-snvs.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/crypto/fsl-sec4-snvs.yaml b/Documentation/devicetree/bindings/crypto/fsl-sec4-snvs.yaml
index 688057ec5c97..f08a7ddece96 100644
--- a/Documentation/devicetree/bindings/crypto/fsl-sec4-snvs.yaml
+++ b/Documentation/devicetree/bindings/crypto/fsl-sec4-snvs.yaml
@@ -124,6 +124,10 @@ properties:
       - compatible
       - interrupts
 
+  snvs-poweroff:
+    description: The snvs-poweroff is designed to enable POWEROFF function.
+    $ref: /schemas/power/reset/syscon-poweroff.yaml#
+
   snvs-lpgpr:
     type: object
 
-- 
2.37.1
Re: [PATCH 9/9] dt-bindings: crypto: fsl-sec4-snvs: add poweroff support
Posted by Krzysztof Kozlowski 3 years, 1 month ago
On 01/03/2023 02:57, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add snvs poweroff support for fsl-sec4-snvs
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  Documentation/devicetree/bindings/crypto/fsl-sec4-snvs.yaml | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/crypto/fsl-sec4-snvs.yaml b/Documentation/devicetree/bindings/crypto/fsl-sec4-snvs.yaml
> index 688057ec5c97..f08a7ddece96 100644
> --- a/Documentation/devicetree/bindings/crypto/fsl-sec4-snvs.yaml
> +++ b/Documentation/devicetree/bindings/crypto/fsl-sec4-snvs.yaml
> @@ -124,6 +124,10 @@ properties:
>        - compatible
>        - interrupts
>  
> +  snvs-poweroff:
> +    description: The snvs-poweroff is designed to enable POWEROFF function.

Your description says nothing. Poweroff is designed to enable poweroff.

Best regards,
Krzysztof