All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sh: Add rs5c732b RTC support to MigoR
@ 2008-03-25  8:24 Magnus Damm
  0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2008-03-25  8:24 UTC (permalink / raw)
  To: linux-sh

Add support for the rs5c372b RTC chip to MigoR.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
---

 arch/sh/boards/renesas/migor/setup.c |    4 ++++
 1 file changed, 4 insertions(+)

--- 0009/arch/sh/boards/renesas/migor/setup.c
+++ work/arch/sh/boards/renesas/migor/setup.c	2008-03-20 19:52:25.000000000 +0900
@@ -176,6 +176,10 @@ static struct platform_device *migor_dev
 };
 
 static struct i2c_board_info __initdata migor_i2c_devices[] = {
+	{
+		I2C_BOARD_INFO("rtc-rs5c372", 0x32),
+		.type   = "rs5c372b",
+	},
 };
 
 static int __init migor_devices_setup(void)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-25  8:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-25  8:24 [PATCH] sh: Add rs5c732b RTC support to MigoR Magnus Damm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.