diff options
author | Ong Boon Leong <boon.leong.ong@intel.com> | 2015-01-14 16:20:20 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-01-22 15:55:56 +0000 |
commit | c68a8658a47615f8c07981782ec6bfd90d0d175c (patch) | |
tree | 6a7e3d231c5d7276fa40755ee8ef8301d6ffac91 /drivers/mfd/lpc_sch.c | |
parent | b8fce55c09d3327014191247957d875c9fe5b7ce (diff) | |
download | linux-c68a8658a47615f8c07981782ec6bfd90d0d175c.tar.bz2 |
mfd: lpc_sch: Enable WDT for Intel Quark X1000
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>
Diffstat (limited to 'drivers/mfd/lpc_sch.c')
-rw-r--r-- | drivers/mfd/lpc_sch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/lpc_sch.c b/drivers/mfd/lpc_sch.c index 5c38df35a84d..a56e4ba5227b 100644 --- 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, }, }; |