commit | ab63a6e07d6bf3bccbb25e780b0efcab43582d40 | [log] [tgz] |
---|---|---|
author | Alice Guo <alice.guo@nxp.com> | Fri Oct 21 16:41:18 2022 +0800 |
committer | Stefan Roese <sr@denx.de> | Mon Oct 24 11:10:21 2022 +0200 |
tree | 73a7fd70aaa1bf21963239271544e9816a74ca00 | |
parent | 71e0e6ca0d3c8f38a0de74f6c554944a78944829 [diff] |
watchdog: ulp_wdog: add driver model for ulp watchdog driver Enable driver model for ulp watchdog timer. When CONFIG_WDT=y and the status of device node is "okay", initr_watchdog will be called and finally calls ulp_wdt_probe() and ulp_wdt_start(). Signed-off-by: Alice Guo <alice.guo@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> Reviewed-by: Stefan Roese <sr@denx.de>