diff mbox

ARM: multi_v7_defconfig: enable DW_WATCHDOG

Message ID 1454518986-25953-1-git-send-email-dinguyen@opensource.altera.com (mailing list archive)
State New, archived
Headers show

Commit Message

dinguyen@opensource.altera.com Feb. 3, 2016, 5:03 p.m. UTC
From: Dinh Nguyen <dinguyen@opensource.altera.com>

The watchdog timer on the SoCFPGA platform is the Synopsys Designware watchdog.
Enable CONFIG_DW_WATCHDOG for the driver to get built.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Kevin Hilman Feb. 4, 2016, 12:53 a.m. UTC | #1
<dinguyen@opensource.altera.com> writes:

> From: Dinh Nguyen <dinguyen@opensource.altera.com>
>
> The watchdog timer on the SoCFPGA platform is the Synopsys Designware watchdog.
> Enable CONFIG_DW_WATCHDOG for the driver to get built.
>
> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>

Tested-by: Kevin Hilman <khilman@baylibre.com>

I confirm that this fixes the boot problems I was seeing on my socfpga
board.

Kevin

> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 69d6a6d..24ceac2 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -426,6 +426,7 @@ CONFIG_SUNXI_WATCHDOG=y
>  CONFIG_IMX2_WDT=y
>  CONFIG_TEGRA_WATCHDOG=m
>  CONFIG_MESON_WATCHDOG=y
> +CONFIG_DW_WATCHDOG=y
>  CONFIG_DIGICOLOR_WATCHDOG=y
>  CONFIG_MFD_AS3711=y
>  CONFIG_MFD_AS3722=y
Olof Johansson Feb. 4, 2016, 9:25 p.m. UTC | #2
On Wed, Feb 03, 2016 at 04:53:37PM -0800, Kevin Hilman wrote:
> <dinguyen@opensource.altera.com> writes:
> 
> > From: Dinh Nguyen <dinguyen@opensource.altera.com>
> >
> > The watchdog timer on the SoCFPGA platform is the Synopsys Designware watchdog.
> > Enable CONFIG_DW_WATCHDOG for the driver to get built.
> >
> > Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
> 
> Tested-by: Kevin Hilman <khilman@baylibre.com>
> 
> I confirm that this fixes the boot problems I was seeing on my socfpga
> board.

Thanks, applied to fixes.


-Olof
diff mbox

Patch

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 69d6a6d..24ceac2 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -426,6 +426,7 @@  CONFIG_SUNXI_WATCHDOG=y
 CONFIG_IMX2_WDT=y
 CONFIG_TEGRA_WATCHDOG=m
 CONFIG_MESON_WATCHDOG=y
+CONFIG_DW_WATCHDOG=y
 CONFIG_DIGICOLOR_WATCHDOG=y
 CONFIG_MFD_AS3711=y
 CONFIG_MFD_AS3722=y