diff options
author | Peng Fan <[email protected]> | 2023-03-23 20:39:07 +0800 |
---|---|---|
committer | Rob Herring <[email protected]> | 2023-04-04 12:12:12 -0500 |
commit | ef998faf9fc343fd170dbfe3eafcb82f80a4cfe6 (patch) | |
tree | bcdae1b9f14a428b06e24774597b334706816b1f | |
parent | 68b8960a65e341294766dab276e60aba51cd852d (diff) |
dt-bindings: crypto: sec-v4.0-mon: add snvs power off support
Add SNVS power off support. The SNVS_LP LPCR register could
drive signal to PMIC to turn off system power.
Signed-off-by: Peng Fan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml b/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml index 353d9140dcea..286dffa0671b 100644 --- a/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml +++ b/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml @@ -113,6 +113,12 @@ properties: snvs-lpgpr: $ref: /schemas/nvmem/snvs-lpgpr.yaml# + snvs-poweroff: + description: + The SNVS could drive signal to PMIC to turn off system power by setting + SNVS_LP LPCR register. + $ref: /schemas/power/reset/syscon-poweroff.yaml# + required: - compatible - reg |