From c09117815af27930e308a7265824db8da54363ee Mon Sep 17 00:00:00 2001 From: Magnus Damm Date: Tue, 25 Mar 2008 17:24:31 +0900 Subject: [PATCH] --- yaml --- r: 90935 b: refs/heads/master c: 577958671eadf5ab1deed66f99cdbe67b502ea66 h: refs/heads/master i: 90933: b35a991ba16320159417a2e6bae27f12139b6fdb 90931: aabe6a31fbc389e8e75bb95c566c24aad94f0b1b 90927: 89f54c6d7144a74329ad64bde01c4468db591ee1 v: v3 --- [refs] | 2 +- trunk/arch/sh/boards/renesas/migor/setup.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 745896246877..0a80823b024b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0c6111ecccb33b1a7d79b6daf64c0cc4391ff3fa +refs/heads/master: 577958671eadf5ab1deed66f99cdbe67b502ea66 diff --git a/trunk/arch/sh/boards/renesas/migor/setup.c b/trunk/arch/sh/boards/renesas/migor/setup.c index ac8d4151dc8a..ebef8a8bbdb3 100644 --- a/trunk/arch/sh/boards/renesas/migor/setup.c +++ b/trunk/arch/sh/boards/renesas/migor/setup.c @@ -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)