diff options
author | 2023-03-23 20:39:07 +0800 | |
---|---|---|
committer | 2023-04-04 12:12:12 -0500 | |
commit | ef998faf9fc343fd170dbfe3eafcb82f80a4cfe6 (patch) | |
tree | bcdae1b9f14a428b06e24774597b334706816b1f | |
parent | dt-bindings: mailbox: Drop unneeded quotes (diff) | |
download | wireguard-linux-ef998faf9fc343fd170dbfe3eafcb82f80a4cfe6.tar.xz wireguard-linux-ef998faf9fc343fd170dbfe3eafcb82f80a4cfe6.zip |
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 <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20230323123907.103719-1-peng.fan@oss.nxp.com
Signed-off-by: Rob Herring <robh@kernel.org>
-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 |