From patchwork Thu Mar 11 07:34:37 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 84855 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o2BAgQrq015414 for ; Thu, 11 Mar 2010 10:43:09 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756749Ab0CKKnJ (ORCPT ); Thu, 11 Mar 2010 05:43:09 -0500 Received: from mail.renesas.com ([202.234.163.13]:57776 "EHLO mail06.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756670Ab0CKKnE (ORCPT ); Thu, 11 Mar 2010 05:43:04 -0500 X-AuditID: ac14038a-00000004000001f2-59-4b98c9336917 Received: from guardian02.idc.renesas.com ([172.20.8.201]) by mail06.idc.renesas.com (sendmail) with ESMTP id o2BAgx0O007011; Thu, 11 Mar 2010 19:42:59 +0900 (JST) Received: (from root@localhost) by guardian02.idc.renesas.com with id o2BAh1xI010920; Thu, 11 Mar 2010 19:43:01 +0900 (JST) Received: from mta04.idc.renesas.com (localhost [127.0.0.1]) by mta04.idc.renesas.com with ESMTP id o2BAh1ID011528; Thu, 11 Mar 2010 19:43:01 +0900 (JST) Received: from PG10870.renesas.com ([172.30.8.159]) by ims05.idc.renesas.com (Sendmail) with ESMTPA id <0KZ400GJJ5RPAN@ims05.idc.renesas.com>; Thu, 11 Mar 2010 19:43:01 +0900 (JST) Date: Thu, 11 Mar 2010 16:34:37 +0900 From: Kuninori Morimoto Subject: [PATCH 3/3] ARM: mach-shmobile: ap4evb: Add R2025S RTC support In-reply-to: To: lethal@linux-sh.org Cc: Magnus Damm , linux-sh@vger.kernel.org Message-id: MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (i386-msvc-nt5.1.2600) MULE/5.0 (SAKAKI) Meadow/3.02-dev (RINDOU) (2009-06-17 Rev.4261) References: X-Brightmail-Tracker: AAAAAA== Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 11 Mar 2010 10:43:10 +0000 (UTC) diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 33ed915..b134902 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c @@ -246,6 +246,9 @@ struct tsc2007_platform_data tsc2007_info = { /* I2C */ static struct i2c_board_info i2c1_devices[] = { { + I2C_BOARD_INFO("r2025sd", 0x32), + }, + { I2C_BOARD_INFO("tsc2007", 0x48), .type = "tsc2007", .platform_data = &tsc2007_info,