diff options
author | 2022-04-29 09:22:09 +0200 | |
---|---|---|
committer | 2022-05-03 13:47:37 +0100 | |
commit | bd2f5e71454bc84427c4fd67c5ea4881f155ac6e (patch) | |
tree | 6bd78b1a629fb6016a757f6b6a75dfbe24fceb54 | |
parent | regulator: pca9450: Make I2C Level Translator configurable (diff) | |
download | wireguard-linux-bd2f5e71454bc84427c4fd67c5ea4881f155ac6e.tar.xz wireguard-linux-bd2f5e71454bc84427c4fd67c5ea4881f155ac6e.zip |
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 '')
-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 |