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: 2730361 Return-Path: X-Original-To: patchwork-linux-samsung-soc@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 A2D0D9F472 for ; Mon, 17 Jun 2013 04:24:30 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C3EBB20156 for ; Mon, 17 Jun 2013 04:24:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0051420154 for ; Mon, 17 Jun 2013 04:24:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751328Ab3FQEY2 (ORCPT ); Mon, 17 Jun 2013 00:24:28 -0400 Received: from mail-pd0-f177.google.com ([209.85.192.177]:34783 "EHLO mail-pd0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751140Ab3FQEY2 (ORCPT ); Mon, 17 Jun 2013 00:24:28 -0400 Received: by mail-pd0-f177.google.com with SMTP id p10so2320213pdj.8 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=fV9QE6+ZyOGSAQuqfy5B4azlEv3jUcmfIobTVuRPCRt9Do0U7iz8Go/AZyxsmPmXrE bWmafH+AROT8vNcjf7FTuYYfgDVTLcGkOgc75lXBNmBxjdqGF0PivglikA3BpgnBkMnF tE0OGArX9ChtPeSZlHR89KEI/y/DfoTgCGtdBolPmg+np/SVgN0djFppSCAUpDQSCR7E Wz/KBuAq1AX80pYKVi9HS3wfnl7ELmSN/JPa0MV1y99GTNKDq4qd27KA4vUtPk6mt2Uh BiOF22kAftb3VSu0U0GPHnKLROyqUWU4XBN5DabkrT1ti91vGYARWZ5e+TIt3fLWWGTe gzjQ== 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 Cc: kgene.kim@samsung.com, dianders@chromium.org, patches@linaro.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: ALoCoQlTnXg1JOGoHsioDuphMjiPIwHa7QykfOkTTxRB0kwO39OvHdPr4RfAH7oM2rwdkHT4kcus Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-8.0 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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"; + }; };