9
0
Fork 0
barebox/drivers/watchdog
Sascha Hauer 043bc98c4b watchdog: i.MX: Fix internal/external reset
The watchdog can either reset only the SoC or assert the WDOG_B
output signal instead. On some boards it's necessary to use the
external WDOG_B output to make sure that external devices like the
PMIC are also properly resetted. This has been fixed in the Linux
driver which honours a fsl,ext-reset-output device tree property
to select between both ways. Do the same in the barebox driver.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2017-01-20 09:10:30 +01:00
..
Kconfig watchdog: add designware driver 2016-11-03 07:13:18 +01:00
Makefile watchdog: add designware driver 2016-11-03 07:13:18 +01:00
davinci_wdt.c driver: replace dev_request_mem_region with dev_request_mem_resource 2016-03-07 08:57:56 +01:00
dw_wdt.c watchdog: add designware driver 2016-11-03 07:13:18 +01:00
im28wd.c driver: replace dev_request_mem_region with dev_request_mem_resource 2016-03-07 08:57:56 +01:00
imxwd.c watchdog: i.MX: Fix internal/external reset 2017-01-20 09:10:30 +01:00
jz4740.c driver: replace dev_request_mem_region with dev_request_mem_resource 2016-03-07 08:57:56 +01:00
omap_wdt.c driver: replace dev_request_mem_region with dev_request_mem_resource 2016-03-07 08:57:56 +01:00
wd_core.c watchdog: Give watchdogs a name 2015-08-27 21:37:07 +02:00