From patchwork Fri Jun 14 05:56:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tushar Behera X-Patchwork-Id: 2720191 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 9F63AC0AB1 for ; Fri, 14 Jun 2013 06:11:25 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D2BFB201AF for ; Fri, 14 Jun 2013 06:11:24 +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 CC5872017B for ; Fri, 14 Jun 2013 06:11:23 +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 1UnNEH-0001ai-Cu; Fri, 14 Jun 2013 06:11:21 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UnNEE-0005r0-PM; Fri, 14 Jun 2013 06:11:18 +0000 Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UnNEC-0005qe-4z for linux-arm-kernel@lists.infradead.org; Fri, 14 Jun 2013 06:11:16 +0000 Received: by mail-pa0-f45.google.com with SMTP id bi5so323673pad.18 for ; Thu, 13 Jun 2013 23:10:53 -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:x-gm-message-state; bh=Oj8BEJnH4JrJuH4IAcfDFa0lMo8HCBMIvmNOIACL4mk=; b=K/CYMUydo6BuGtKjEbP4FfZ1yBJZch5fRfJRNZG8Fj7Im11hZfc44tS8aHh7z46w7c WCkheJrGsFBoKcJ7USIBcNkbypfQWzzIxznbPEH1c1wXOs/59BVY6yUBEB9xOdD6L1Mf l+WnEh5+GeO3bHOtcnwIRBUIUpDjVFnzCLGfm+B/fhI4aiCsogS2qkIkHV3J48mV3i+b p3yqiwmujA3n2qBTjWNys7LVbXk3tV+4HKGjN2lnN7/6rzfv4YCgvXzm3TJtIOJSpqZA EwFPJEwrN4uMOkG1kPVVpZnbniV7BZyaY2B39KNJtgI6X9qQkZCkONPq7o7CvuO1ALD/ 7oQg== X-Received: by 10.66.193.199 with SMTP id hq7mr1008381pac.183.1371190253512; Thu, 13 Jun 2013 23:10:53 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id vu5sm1059629pab.10.2013.06.13.23.10.50 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 13 Jun 2013 23:10:52 -0700 (PDT) From: Tushar Behera To: linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: dts: Enable RTC node for exynos5250 Date: Fri, 14 Jun 2013 11:26:18 +0530 Message-Id: <1371189378-22823-1-git-send-email-tushar.behera@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-Gm-Message-State: ALoCoQkRN7WWhRfrgDNS9XW01sfYsu43pqhBvNsZKUAWYbpEsTG3rogboFs4FHRxU8l7BGXnS5hJ X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130614_021116_273855_4BE11CA5 X-CRM114-Status: GOOD ( 11.15 ) 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=-4.5 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 kernel dump produced by s3c-rtc driver as reported by commit 522ccdb6fd0e ("ARM: dts: Disable the RTC by default on exynos5") are no longer reproducible in latest kernel. Hence it would be good to re-enable RTC support for EXYNOS5250. Signed-off-by: Tushar Behera --- arch/arm/boot/dts/exynos5250.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 0673524..ce4a150 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi @@ -188,7 +188,6 @@ interrupts = <0 43 0>, <0 44 0>; clocks = <&clock 337>; clock-names = "rtc"; - status = "disabled"; }; tmu@10060000 {