diff options
author | Rickard x Andersson <rickaran@axis.com> | 2022-04-29 10:22:09 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-05-03 15:47:37 +0300 |
commit | bd2f5e71454bc84427c4fd67c5ea4881f155ac6e (patch) | |
tree | 6bd78b1a629fb6016a757f6b6a75dfbe24fceb54 /Documentation/devicetree/bindings/regulator | |
parent | 62139f52b7e588d565aa9df81ea0a0548a68b823 (diff) | |
download | linux-bd2f5e71454bc84427c4fd67c5ea4881f155ac6e.tar.xz |
regulator: Add property for WDOG_B warm reset
Make it possible to do warm reset on WDOG_B assertion.
Signed-off-by: Rickard x Andersson <rickaran@axis.com>
Link: https://lore.kernel.org/r/20220429072211.24957-3-rickaran@axis.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml b/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml index e723f8cf6d74..b539781e39aa 100644 --- a/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml @@ -97,6 +97,12 @@ properties: description: Indicates that the I2C Level Translator is used. + nxp,wdog_b-warm-reset: + type: boolean + description: + When WDOG_B signal is asserted a warm reset will be done instead of cold + reset. + required: - compatible - reg |