From: Kuninori Morimoto Date: Thu, 11 Mar 2010 07:34:37 +0000 (+0000) Subject: ARM: mach-shmobile: ap4evb: Add R2025S RTC support X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8fc883c2989c20781b001f8271d454d9b314a6ea;p=linux-beck.git ARM: mach-shmobile: ap4evb: Add R2025S RTC support Signed-off-by: Kuninori Morimoto Signed-off-by: Paul Mundt --- diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 0a7eb29cd7ca..e7602945a6a5 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c @@ -249,6 +249,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",