Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c68a8658 authored by Ong Boon Leong's avatar Ong Boon Leong Committed by Lee Jones
Browse files

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: default avatarOng Boon Leong <boon.leong.ong@intel.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent b8fce55c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
	},
};