ARM: mach-shmobile: ap4evb: Add R2025S RTC support
authorKuninori Morimoto <morimoto.kuninori@renesas.com>
Thu, 11 Mar 2010 07:34:37 +0000 (07:34 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 7 Apr 2010 07:23:47 +0000 (16:23 +0900)
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/board-ap4evb.c

index 0a7eb29..e760294 100644 (file)
@@ -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",