Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751580Ab3FQPGh (ORCPT ); Mon, 17 Jun 2013 11:06:37 -0400 Received: from mail-ye0-f201.google.com ([209.85.213.201]:58279 "EHLO mail-ye0-f201.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750903Ab3FQPGg (ORCPT ); Mon, 17 Jun 2013 11:06:36 -0400 From: Doug Anderson To: Kukjin Kim Cc: Olof Johansson , linux-samsung-soc@vger.kernel.org, Tushar Behera , linux-arm-kernel@lists.infradead.org, Doug Anderson , Russell King , Thomas Abraham , Jingoo Han , linux-kernel@vger.kernel.org Subject: [PATCH] ARM: dts: Enable RTC node for exynos5250-snow Date: Mon, 17 Jun 2013 08:06:12 -0700 Message-Id: <1371481572-926-1-git-send-email-dianders@chromium.org> X-Mailer: git-send-email 1.8.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 911 Lines: 32 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 --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/