>From 1dbef4fd0d8e819e3d366f087090f43858383fbd Mon Sep 17 00:00:00 2001 Message-Id: <1dbef4fd0d8e819e3d366f087090f43858383fbd.1416158605.git.juer...@kreuzholzen.de> In-Reply-To: <[email protected]> References: <[email protected]> From: Juergen Borleis <[email protected]> Date: Sat, 15 Nov 2014 16:01:57 +0100 Subject: [PATCH 1/8] ARM/Mini6410: enable watchdog support To: [email protected] Cc: [email protected]
The driver is already present, just enable its usage again. Signed-off-by: Juergen Borleis <[email protected]> --- arch/arm/boot/dts/s3c6410-mini6410.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/s3c6410-mini6410.dts b/arch/arm/boot/dts/s3c6410-mini6410.dts index 57e00f9..be22711 100644 --- a/arch/arm/boot/dts/s3c6410-mini6410.dts +++ b/arch/arm/boot/dts/s3c6410-mini6410.dts @@ -226,3 +226,7 @@ pagesize = <16>; }; }; + +&watchdog { + status = "okay"; +}; -- 1.8.1 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
