diff options
author | Thierry Reding <treding@nvidia.com> | 2021-12-06 16:29:05 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-12-06 21:23:22 +0100 |
commit | 656eb419b5076bacc536ddb66d30f2f3bf0bba92 (patch) | |
tree | 97f1f257c774097787762b18d81b775392759ae8 /Documentation | |
parent | dt-bindings: input: gpio-keys: Fix interrupts in example (diff) | |
download | linux-656eb419b5076bacc536ddb66d30f2f3bf0bba92.tar.xz linux-656eb419b5076bacc536ddb66d30f2f3bf0bba92.zip |
dt-bindings: bq25980: Fixup the example
Use the ti,watchdog-timeout-ms property instead of the unsupported
ti,watchdog-timer property to make the example validate correctly.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20211206152905.226239-1-thierry.reding@gmail.com
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/power/supply/bq25980.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/power/supply/bq25980.yaml b/Documentation/devicetree/bindings/power/supply/bq25980.yaml index 06eca6667f67..8367a1fd4057 100644 --- a/Documentation/devicetree/bindings/power/supply/bq25980.yaml +++ b/Documentation/devicetree/bindings/power/supply/bq25980.yaml @@ -105,7 +105,7 @@ examples: reg = <0x65>; interrupt-parent = <&gpio1>; interrupts = <16 IRQ_TYPE_EDGE_FALLING>; - ti,watchdog-timer = <0>; + ti,watchdog-timeout-ms = <0>; ti,sc-ocp-limit-microamp = <2000000>; ti,sc-ovp-limit-microvolt = <17800000>; monitored-battery = <&bat>; |