From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: Re: [PATCH 1/5] ARM: dts: Enable RTC node on Origen boards Date: Wed, 28 May 2014 00:39:14 +0900 Message-ID: <5384B1A2.902@samsung.com> References: <1400825338-1272-1-git-send-email-sachin.kamat@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pb0-f54.google.com ([209.85.160.54]:53062 "EHLO mail-pb0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752431AbaE0PjU (ORCPT ); Tue, 27 May 2014 11:39:20 -0400 Received: by mail-pb0-f54.google.com with SMTP id jt11so9491194pbb.13 for ; Tue, 27 May 2014 08:39:19 -0700 (PDT) In-Reply-To: Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Sachin Kamat Cc: linux-samsung-soc , Kukjin Kim On 05/26/14 12:29, Sachin Kamat wrote: > On 23 May 2014 11:38, Sachin Kamat wrote: >> Enabled RTC node on Origen 4210 and 4412 boards. >> >> Signed-off-by: Sachin Kamat >> --- >> arch/arm/boot/dts/exynos4210-origen.dts | 4 ++++ >> arch/arm/boot/dts/exynos4412-origen.dts | 4 ++++ >> 2 files changed, 8 insertions(+) >> >> diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts >> index 72fb11f7ea21..95efb1189cf0 100644 >> --- a/arch/arm/boot/dts/exynos4210-origen.dts >> +++ b/arch/arm/boot/dts/exynos4210-origen.dts >> @@ -48,6 +48,10 @@ >> }; >> }; >> >> + rtc@10070000 { >> + status = "okay"; >> + }; >> + >> tmu@100C0000 { >> status = "okay"; >> }; >> diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts >> index e2c0dcab4d81..934fe7ecca7e 100644 >> --- a/arch/arm/boot/dts/exynos4412-origen.dts >> +++ b/arch/arm/boot/dts/exynos4412-origen.dts >> @@ -48,6 +48,10 @@ >> }; >> }; >> >> + rtc@10070000 { >> + status = "okay"; >> + }; >> + >> pinctrl@11000000 { >> keypad_rows: keypad-rows { >> samsung,pins = "gpx2-0", "gpx2-1", "gpx2-2"; >> -- >> 1.7.9.5 >> > > Kukjin, > > The patches in this series are really simple and do not want them to > wait for another > cycle. Please review and send them with your next pull request for > 3.16. Also please > look at the 2 patches related to secondary cpu boot sent by Tushar. > Applied, but I'm not sure this can be sent to upstream in this time, I will try to do it though ;-) Because already queued a bunch of exynos stuff for arm-soc and this is not really critical at this moment?... Anyway thanks. - Kukjin