x86: intel-mid: add watchdog platform code for Merrifield
authorDavid Cohen <david.a.cohen@linux.intel.com>
Tue, 15 Apr 2014 22:20:32 +0000 (15:20 -0700)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 10 Jun 2014 19:48:20 +0000 (21:48 +0200)
commit78a3bb9e408be6aadcd4a609d14a05038f2a132a
treeaf28b54a6b81faa0ff7e7da9d83e8e6d76450910
parent87a1ef8058d9ab26bc289ea4f27bc3c11ce9acb8
x86: intel-mid: add watchdog platform code for Merrifield

This patch adds platform code for Intel Merrifield.
Since the watchdog is not part of SFI table, we have no other option but
to manually register watchdog's platform device (argh!).

Signed-off-by: David Cohen <david.a.cohen@linux.intel.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
arch/x86/platform/intel-mid/device_libs/Makefile
arch/x86/platform/intel-mid/device_libs/platform_wdt.c [new file with mode: 0644]