提交 57795867 编写于 作者: M Magnus Damm 提交者: Paul Mundt

sh: Add rs5c732b RTC support to MigoR

Add support for the rs5c372b RTC chip to MigoR.
Signed-off-by: NMagnus Damm <damm@igel.co.jp>
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 0c6111ec
...@@ -198,6 +198,10 @@ static struct platform_device *migor_devices[] __initdata = { ...@@ -198,6 +198,10 @@ static struct platform_device *migor_devices[] __initdata = {
}; };
static struct i2c_board_info __initdata migor_i2c_devices[] = { static struct i2c_board_info __initdata migor_i2c_devices[] = {
{
I2C_BOARD_INFO("rtc-rs5c372", 0x32),
.type = "rs5c372b",
},
}; };
static int __init migor_devices_setup(void) static int __init migor_devices_setup(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册