Re: [PATCH] mfd: lpc_sch: enable WDT for Intel Quark X1000

2015-01-19 Thread Lee Jones
On Wed, 14 Jan 2015, Ong Boon Leong wrote:

> 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 
> ---
>  drivers/mfd/lpc_sch.c |1
>  1 file changed, 1 insertion(+)

Applied, thanks.

> diff --git a/drivers/mfd/lpc_sch.c b/drivers/mfd/lpc_sch.c
> index 5c38df3..a56e4ba 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,
>   },
>  };
>  

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] mfd: lpc_sch: enable WDT for Intel Quark X1000

2015-01-19 Thread Lee Jones
On Wed, 14 Jan 2015, Ong Boon Leong wrote:

 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@intel.com
 ---
  drivers/mfd/lpc_sch.c |1
  1 file changed, 1 insertion(+)

Applied, thanks.

 diff --git a/drivers/mfd/lpc_sch.c b/drivers/mfd/lpc_sch.c
 index 5c38df3..a56e4ba 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,
   },
  };
  

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/