ARM: mach-shmobile: ap4evb: Add R2025S RTC support

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index 0a7eb29..e760294 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -250,6 +250,9 @@
 /* I2C */
 static struct i2c_board_info i2c1_devices[] = {
 	{
+		I2C_BOARD_INFO("r2025sd", 0x32),
+	},
+	{
 		I2C_BOARD_INFO("tsc2007", 0x48),
 		.type		= "tsc2007",
 		.platform_data	= &tsc2007_info,