From patchwork Tue Feb 5 00:47:57 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dongjin Kim X-Patchwork-Id: 2095761 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id D1AEB3FD56 for ; Tue, 5 Feb 2013 00:50:31 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U2Wi5-0008Lz-Il; Tue, 05 Feb 2013 00:48:29 +0000 Received: from mail-pa0-f54.google.com ([209.85.220.54]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1U2Wi2-0008L7-Sy for linux-arm-kernel@lists.infradead.org; Tue, 05 Feb 2013 00:48:27 +0000 Received: by mail-pa0-f54.google.com with SMTP id fa10so2052429pad.27 for ; Mon, 04 Feb 2013 16:48:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=mLz2hk8EdkL6lp8QMFu470WerU6E/qoXxbHut3BkVT0=; b=E3XBkSCI2Usb94meKmi8jRcIIMDlzINHZXBX8nCFl3i9AZ7jQQDUHp+TWdfhkTuOBe 6WEa3sDISqMZuCOj9qF0fvOT+QAf1A9yk8m3EtyRu8xLt4n1BXr6NTF5f+LdYXssxef9 adjaM8jo60zfweUpizBnay3Fap9xLnxhW4JVhV1epNmz/7xlyeNPMz2Ai5UTIG4MRe7e XFgWqJJ60SxmVIgq0t9aYQYABumYpWuIbeZkA5SOTQxOCMusRz9VGvuJrxlmOQdkdN7k 8EWOrEZ6pPc72LTio/Cw+L8u7DN21ssWVhHcJncftMpP5qeTKdQUUbs2iOUt2nR9Tk6t gz7w== X-Received: by 10.66.80.68 with SMTP id p4mr58242046pax.35.1360025305349; Mon, 04 Feb 2013 16:48:25 -0800 (PST) Received: from localhost.localdomain ([222.120.78.75]) by mx.google.com with ESMTPS id f9sm24916816paz.12.2013.02.04.16.48.21 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Feb 2013 16:48:24 -0800 (PST) From: Dongjin Kim To: Subject: [PATCH] ARM: dts: Adding RTC device node Date: Tue, 5 Feb 2013 09:47:57 +0900 Message-Id: <1360025290-16278-1-git-send-email-tobetter@gmail.com> X-Mailer: git-send-email 1.7.10.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130204_194827_031604_177C3B70 X-CRM114-Status: GOOD ( 10.11 ) X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (tobetter[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.54 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Kukjin Kim , Russell King , linux-kernel@vger.kernel.org, Olof Johansson , Dongjin Kim , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org This patch enables RTC device node defined in arch/arm/boot/dts/exynos4.dtsi. Signed-off-by: Dongjin Kim --- arch/arm/boot/dts/exynos4412-odroidx.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts b/arch/arm/boot/dts/exynos4412-odroidx.dts index 54fe32f..85c958a 100644 --- a/arch/arm/boot/dts/exynos4412-odroidx.dts +++ b/arch/arm/boot/dts/exynos4412-odroidx.dts @@ -83,6 +83,10 @@ regulator-boot-on; }; + rtc@10070000 { + status = "okay"; + }; + sdhci@12530000 { bus-width = <4>; pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;