From: Ong Boon Leong Date: Wed, 14 Jan 2015 08:20:20 +0000 (+0800) Subject: mfd: lpc_sch: Enable WDT for Intel Quark X1000 X-Git-Tag: v4.0-rc1~45^2~27 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=c68a8658a47615f8c07981782ec6bfd90d0d175c;p=linux.git 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 Signed-off-by: Lee Jones --- 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, }, };