commit | d00a0b1ad5206254ce224c97e53f4062231a75b1 | [log] [tgz] |
---|---|---|
author | Robert Hancock <hancock@sedsystems.ca> | Tue Aug 06 11:05:29 2019 -0600 |
committer | Stefano Babic <sbabic@denx.de> | Sun Nov 03 17:04:16 2019 +0100 |
tree | fe24884551b4df3df68541e4afd290b231da5016 | |
parent | ddfe8381672d15a34a8f34ba92fb4c8d3049533a [diff] |
watchdog: imx: Add DT ext-reset handling The Linux imx2_wdt driver uses a fsl,ext-reset-output boolean in the device tree to specify whether the board design should use the external reset instead of the internal reset. Use this boolean to determine which mode to use rather than using external reset unconditionally. For the legacy non-DM mode, the external reset is always used in order to maintain the previous behavior. Signed-off-by: Robert Hancock <hancock@sedsystems.ca>