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>
This commit is contained in:
Magnus Damm 2008-03-25 17:24:31 +09:00 committed by Paul Mundt
parent 0c6111eccc
commit 577958671e

View file

@ -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)