From patchwork Mon Jun 17 04:09:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tushar Behera X-Patchwork-Id: 2730371 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 14F339F472 for ; Mon, 17 Jun 2013 04:25:01 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 48D4420156 for ; Mon, 17 Jun 2013 04:25:00 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3FE8620154 for ; Mon, 17 Jun 2013 04:24:59 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UoQzu-0008U1-Vg; Mon, 17 Jun 2013 04:24:55 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UoQzs-0004PZ-Dk; Mon, 17 Jun 2013 04:24:52 +0000 Received: from mail-pa0-x231.google.com ([2607:f8b0:400e:c03::231]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UoQzp-0004PE-T5 for linux-arm-kernel@lists.infradead.org; Mon, 17 Jun 2013 04:24:50 +0000 Received: by mail-pa0-f49.google.com with SMTP id ld11so2443931pab.36 for ; Sun, 16 Jun 2013 21:24:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=9DZTh0GiVzUuPlo0NYTgwgL8ncGg+MkM2nZy/DDU8DY=; b=Ii7sqyZWLPRdszXi2xHIo+1rJu3CiO9pWsbW1VZ5+2q6vV+oin7G4ca6nYhROfmiZB R9mcLX4kHKR6kviAg0XMd78vR++aLzcXSKvXL0K7qFARjUNyXggUgOFgDWexTSn+yllS QcSStBbnWeonr03ElnBIZHDic/Z6A5WbkJzHPzhZ5nyQef4rCoc7jEPI3BJm1XQGsfJl exr5qXsr49ox+0dm8p0RjfaU0Ja81oPPZHnqSd1FUdUqEbZhchr5O3lx634GQ49zl+He xGahNiBYqHtYoaaM88Dd6Embaa1kSu746h3yodDSI+dOvTkwrHJ7x5AuzWIjUuO7zJbR CDbQ== X-Received: by 10.68.211.228 with SMTP id nf4mr11270122pbc.26.1371443067570; Sun, 16 Jun 2013 21:24:27 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id v7sm12144021pbq.32.2013.06.16.21.24.24 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 16 Jun 2013 21:24:26 -0700 (PDT) From: Tushar Behera To: linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH V2] ARM: dts: Enable RTC node for Arndale Date: Mon, 17 Jun 2013 09:39:39 +0530 Message-Id: <1371442179-23597-1-git-send-email-tushar.behera@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: X-Gm-Message-State: ALoCoQnI9D/DvXVLmJ3zk4p8b3t/8BF/mvaXnPFL7Gl+DHynjnekgSzfnAY2Q5gl5GVnijd+UsJT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130617_002450_041810_D53AB960 X-CRM114-Status: GOOD ( 10.48 ) X-Spam-Score: -1.9 (-) Cc: kgene.kim@samsung.com, dianders@chromium.org, patches@linaro.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The issues reported in commit 522ccdb6fd0e ("ARM: dts: Disable the RTC by default on exynos5") are no longer reproduced on EXYNOS5250 based Arndale board. Hence re-enabling RTC support for Arndale board. This is helpful for testing S2R on Arndale board. Signed-off-by: Tushar Behera Reviewed-by: Doug Anderson --- Changes for V2: * RTC node is enabled only for Arndale board. Earlier it was enabled in exynos5250.dtsi. arch/arm/boot/dts/exynos5250-arndale.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts index 02cfc76..b38080a 100644 --- a/arch/arm/boot/dts/exynos5250-arndale.dts +++ b/arch/arm/boot/dts/exynos5250-arndale.dts @@ -449,4 +449,8 @@ clock-frequency = <24000000>; }; }; + + rtc { + status = "okay"; + }; };