diff mbox

[3/3] ARM: mach-shmobile: ap4evb: Add R2025S RTC support

Message ID umxyfgmvd.wl%morimoto.kuninori@renesas.com (mailing list archive)
State Accepted
Commit 8fc883c2989c20781b001f8271d454d9b314a6ea
Headers show

Commit Message

Kuninori Morimoto March 11, 2010, 7:34 a.m. UTC
None
diff mbox

Patch

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,