Commit 57795867 authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt

sh: Add rs5c732b RTC support to MigoR

Add support for the rs5c372b RTC chip to MigoR.
Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 0c6111ec
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment