diff options
author | Prasanthi Chellakumar <Prasanthi.Chellakumar@microchip.com> | 2018-10-09 11:46:40 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-16 13:34:34 -0500 |
commit | 1473f6ac882fde8078826ca828aa3494ff98bf08 (patch) | |
tree | 4eb5772d7cdf5113ba64e6c25a20594d6c1bc366 /doc | |
parent | eb13dddd2c0cf7e02f3cc52f783af332a64a63d2 (diff) | |
download | u-boot-1473f6ac882fde8078826ca828aa3494ff98bf08.tar.gz |
arm: at91: wdt: Convert watchdog driver to dm/dt
Convert the Watchdog driver for AT91SAM9x processors to support
the driver model and device tree. Changes "CONFIG_AT91SAM9_WATCHDOG"
to new "CONFIG_WDT_AT91" Kconfig option.
Signed-off-by: Prasanthi Chellakumar <prasanthi.chellakumar@microchip.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.at91 | 2 | ||||
-rw-r--r-- | doc/README.watchdog | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.at91 b/doc/README.at91 index 67412136ee..39dd5632ba 100644 --- a/doc/README.at91 +++ b/doc/README.at91 @@ -171,4 +171,4 @@ III. Watchdog support your code (make sure not to disable it in AT91Bootstrap for instance). In the U-Boot configuration, the AT91 watchdog support is enabled using - the CONFIG_AT91SAM9_WATCHDOG and CONFIG_HW_WATCHDOG options. + the CONFIG_WDT and CONFIG_WDT_AT91 options. diff --git a/doc/README.watchdog b/doc/README.watchdog index 7097c8766b..f23c923910 100644 --- a/doc/README.watchdog +++ b/doc/README.watchdog @@ -14,7 +14,7 @@ CONFIG_WATCHDOG_TIMEOUT_MSECS If not given, will default to maximum timeout. This would be 128000 msec for i.mx31/35/5x/6x. -CONFIG_AT91SAM9_WATCHDOG +CONFIG_WDT_AT91 Available for AT91SAM9 to service the watchdog. CONFIG_FTWDT010_WATCHDOG |