Skip to content

Commit 656eb41

Browse files
thierryredingrobherring
authored andcommitted
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>
1 parent c4cb38b commit 656eb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/power/supply/bq25980.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ examples:
105105
reg = <0x65>;
106106
interrupt-parent = <&gpio1>;
107107
interrupts = <16 IRQ_TYPE_EDGE_FALLING>;
108-
ti,watchdog-timer = <0>;
108+
ti,watchdog-timeout-ms = <0>;
109109
ti,sc-ocp-limit-microamp = <2000000>;
110110
ti,sc-ovp-limit-microvolt = <17800000>;
111111
monitored-battery = <&bat>;

0 commit comments

Comments
 (0)