watchdog: da9062/61: watchdog driver
authorSteve Twiss <stwiss.opensource@diasemi.com>
Mon, 14 Nov 2016 08:22:45 +0000 (08:22 +0000)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 16 Dec 2016 14:53:55 +0000 (06:53 -0800)
commit72106c1894aa4e26ab403282cc7617fcb07d3d4d
tree41335fc806f109080dabd8a97c9f628b3ba52a01
parentbb79036215e2ca9d7ef5bd1461981396989c40da
watchdog: da9062/61: watchdog driver

The of_device_id match array is added to support "dlg,da9062-watchdog"
as a valid .compatible string. A MODULE_DEVICE_TABLE() macro is added.

This patch assumes the use of a DA9062 fallback compatible string for the
DTS to pick up the DA9062 device driver for use with the DA9061 watchdog
hardware

Copyright header is updated to add DA9061 in its description and the module
description macro is extended to include DA9061.

Kconfig is updated to reflect support for DA9061/62.

Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/watchdog/Kconfig
drivers/watchdog/da9062_wdt.c