From patchwork Wed Jul 4 14:36:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Beno=C3=AEt_Th=C3=A9baudeau?= X-Patchwork-Id: 168992 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9B5FB2C00E7 for ; Thu, 5 Jul 2012 00:45:00 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SmQjF-0002pv-V9; Wed, 04 Jul 2012 14:38:54 +0000 Received: from casper.infradead.org ([2001:770:15f::2]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SmQci-0001P9-Pl for linux-arm-kernel@merlin.infradead.org; Wed, 04 Jul 2012 14:32:09 +0000 Received: from zose-mta13.web4all.fr ([178.33.204.91]) by casper.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SmQcb-0002yg-QU for linux-arm-kernel@lists.infradead.org; Wed, 04 Jul 2012 14:32:02 +0000 Received: from localhost (localhost [127.0.0.1]) by zose-mta13.web4all.fr (Postfix) with ESMTP id 6AF2D58057; Wed, 4 Jul 2012 16:36:13 +0200 (CEST) X-Virus-Scanned: amavisd-new at zose1.web4all.fr Received: from zose-mta13.web4all.fr ([127.0.0.1]) by localhost (zose-mta13.web4all.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1MjjEZgwpzdR; Wed, 4 Jul 2012 16:36:11 +0200 (CEST) Received: from zose-store12.web4all.fr (zose-store-12.w4a.fr [178.33.204.48]) by zose-mta13.web4all.fr (Postfix) with ESMTP id 72A1E58052; Wed, 4 Jul 2012 16:36:11 +0200 (CEST) Date: Wed, 4 Jul 2012 16:36:28 +0200 (CEST) From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= To: Sascha Hauer Message-ID: <656646260.702972.1341412588384.JavaMail.root@advansee.com> Subject: [PATCH 3 of 3] ARM: imx: add rtc support to mx35_3ds MIME-Version: 1.0 X-Originating-IP: [88.188.188.98] X-Mailer: Zimbra 7.2.0_GA_2669 (ZimbraWebClient - FF3.0 (Win)/7.2.0_GA_2669) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20120704_153202_101392_E4019FF2 X-CRM114-Status: UNSURE ( 7.70 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on casper.infradead.org summary: Content analysis details: (-1.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Now that RTC support has been enabled for i.MX35, add RTC to the mx35_3ds board. Cc: Sascha Hauer Cc: Signed-off-by: Benoît Thébaudeau --- .../arch/arm/mach-imx/Kconfig | 1 + .../arch/arm/mach-imx/mach-mx35_3ds.c | 1 + 2 files changed, 2 insertions(+) diff --git linux-next-HEAD-f9637ba.orig/arch/arm/mach-imx/Kconfig linux-next-HEAD-f9637ba/arch/arm/mach-imx/Kconfig index eff4db5..4baf5ab 100644 --- linux-next-HEAD-f9637ba.orig/arch/arm/mach-imx/Kconfig +++ linux-next-HEAD-f9637ba/arch/arm/mach-imx/Kconfig @@ -589,6 +589,7 @@ config MACH_MX35_3DS select IMX_HAVE_PLATFORM_IPU_CORE select IMX_HAVE_PLATFORM_MXC_EHCI select IMX_HAVE_PLATFORM_MXC_NAND + select IMX_HAVE_PLATFORM_MXC_RTC select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX help Include support for MX35PDK platform. This includes specific diff --git linux-next-HEAD-f9637ba.orig/arch/arm/mach-imx/mach-mx35_3ds.c linux-next-HEAD-f9637ba/arch/arm/mach-imx/mach-mx35_3ds.c index 11afe00..25db220 100644 --- linux-next-HEAD-f9637ba.orig/arch/arm/mach-imx/mach-mx35_3ds.c +++ linux-next-HEAD-f9637ba/arch/arm/mach-imx/mach-mx35_3ds.c @@ -562,6 +562,7 @@ static void __init mx35_3ds_init(void) imx35_add_fec(NULL); imx35_add_imx2_wdt(); + imx35_add_mxc_rtc(); platform_add_devices(devices, ARRAY_SIZE(devices)); imx35_add_imx_uart0(&uart_pdata);