dt-bindings: bq25980: Fixup the example
authorThierry Reding <treding@nvidia.com>
Mon, 6 Dec 2021 15:29:05 +0000 (16:29 +0100)
committerRob Herring <robh@kernel.org>
Mon, 6 Dec 2021 20:23:22 +0000 (14:23 -0600)
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>
Documentation/devicetree/bindings/power/supply/bq25980.yaml

index 06eca6667f67899d0cfe8b10634957b3a1220ed5..8367a1fd40571c8626ec5ad5149272b5a857c1d6 100644 (file)
@@ -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>;