>From 2c598fc009d710ea0189e769de04f2bcf81f5d17 Mon Sep 17 00:00:00 2001 Message-Id: <2c598fc009d710ea0189e769de04f2bcf81f5d17.1416158605.git.juer...@kreuzholzen.de> In-Reply-To: <[email protected]> References: <[email protected]> From: Juergen Borleis <[email protected]> Date: Sat, 15 Nov 2014 16:02:57 +0100 Subject: [PATCH 4/8] ARM/Mini6410: enable real time clock 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 be22711..1e196ca 100644 --- a/arch/arm/boot/dts/s3c6410-mini6410.dts +++ b/arch/arm/boot/dts/s3c6410-mini6410.dts @@ -230,3 +230,7 @@ &watchdog { status = "okay"; }; + +&rtc { + 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
