sh: Add rs5c732b RTC support to MigoR

Add support for the rs5c372b RTC chip to MigoR.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Esse commit está contido em:
Magnus Damm
2008-03-25 17:24:31 +09:00
commit de Paul Mundt
commit 577958671e
+4
Ver Arquivo
@@ -198,6 +198,10 @@ static struct platform_device *migor_devices[] __initdata = {
};
static struct i2c_board_info __initdata migor_i2c_devices[] = {
{
I2C_BOARD_INFO("rtc-rs5c372", 0x32),
.type = "rs5c372b",
},
};
static int __init migor_devices_setup(void)