projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8fce55
)
mfd: lpc_sch: Enable WDT for Intel Quark X1000
author
Ong Boon Leong
<boon.leong.ong@intel.com>
Wed, 14 Jan 2015 08:20:20 +0000
(16:20 +0800)
committer
Lee Jones
<lee.jones@linaro.org>
Thu, 22 Jan 2015 15:55:56 +0000
(15:55 +0000)
Quark X1000 uses ie6xx_wdt driver for WDT. To enable WDT, we declare WDT IO
resource size for Quark X1000.
Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/lpc_sch.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/lpc_sch.c
b/drivers/mfd/lpc_sch.c
index 5c38df35a84d0e649882304811874e26f045ddda..a56e4ba5227b0a63dbe3adc94609d714d4a98153 100644
(file)
--- a/
drivers/mfd/lpc_sch.c
+++ b/
drivers/mfd/lpc_sch.c
@@
-75,6
+75,7
@@
static struct lpc_sch_info sch_chipset_info[] = {
[LPC_QUARK_X1000] = {
.io_size_gpio = GPIO_IO_SIZE,
.irq_gpio = GPIO_IRQ_QUARK_X1000,
+ .io_size_wdt = WDT_IO_SIZE,
},
};