[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1371481572-926-1-git-send-email-dianders@chromium.org>
Date: Mon, 17 Jun 2013 08:06:12 -0700
From: Doug Anderson <dianders@...omium.org>
To: Kukjin Kim <kgene.kim@...sung.com>
Cc: Olof Johansson <olof@...om.net>, linux-samsung-soc@...r.kernel.org,
Tushar Behera <tushar.behera@...aro.org>,
linux-arm-kernel@...ts.infradead.org,
Doug Anderson <dianders@...omium.org>,
Russell King <linux@....linux.org.uk>,
Thomas Abraham <thomas.abraham@...aro.org>,
Jingoo Han <jg1.han@...sung.com>, linux-kernel@...r.kernel.org
Subject: [PATCH] ARM: dts: Enable RTC node for exynos5250-snow
By default the exynos RTC is disabled. Enable it for snow. There's
also an external RTC on the max77686 PMIC but we haven't yet enabled
that.
Signed-off-by: Doug Anderson <dianders@...omium.org>
---
arch/arm/boot/dts/exynos5250-snow.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
index d449feb..05244f1 100644
--- a/arch/arm/boot/dts/exynos5250-snow.dts
+++ b/arch/arm/boot/dts/exynos5250-snow.dts
@@ -171,6 +171,10 @@
};
};
+ rtc {
+ status = "okay";
+ };
+
/*
* On Snow we've got SIP WiFi and so can keep drive strengths low to
* reduce EMI.
--
1.8.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists