Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752210Ab3FQPcK (ORCPT ); Mon, 17 Jun 2013 11:32:10 -0400 Received: from mail-pa0-f42.google.com ([209.85.220.42]:57809 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751259Ab3FQPcI (ORCPT ); Mon, 17 Jun 2013 11:32:08 -0400 Message-ID: <51BF2BF0.6000100@samsung.com> Date: Tue, 18 Jun 2013 00:32:00 +0900 From: Kukjin Kim User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.16 MIME-Version: 1.0 To: Doug Anderson CC: Kukjin Kim , linux-samsung-soc@vger.kernel.org, Russell King , Jingoo Han , linux-kernel@vger.kernel.org, Thomas Abraham , Olof Johansson , linux-arm-kernel@lists.infradead.org, Tushar Behera Subject: Re: [PATCH] ARM: dts: Enable RTC node for exynos5250-snow References: <1371481572-926-1-git-send-email-dianders@chromium.org> In-Reply-To: <1371481572-926-1-git-send-email-dianders@chromium.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1022 Lines: 35 On 06/18/13 00:06, Doug Anderson wrote: > 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. OK, applied. Thanks, - Kukjin -- 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/