On Mon, 06 Dec 2021 07:47:31 +0100, Andrej Picej wrote: > Document the watchdog timeout mode property. If this property is used > the user can select what happens on watchdog timeout. Set this property > to 1 to enable SHUTDOWN (the device resets), set it to 0 and the device > will go to POWERDOWN on watchdog timeout. > > If this property is not set, don't touch the WATCHDOG_SD bit and leave > the configuration to OTP. This way backward compatibility is not broken. > > Signed-off-by: Andrej Picej <andrej.picej@xxxxxxxxx> > --- > Changes in v5: > - no changes > > Changes in v4: > - no changes > > Changes in v3: > - add note about using the default OTP setting if this DT binding is > not specified > > Changes in v2: > - new patch, document new DT binding > --- > Documentation/devicetree/bindings/watchdog/da9062-wdt.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring <robh@xxxxxxxxxx>