Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Magnus Damm and committed by
Paul Mundt
57795867 0c6111ec

+4
+4
arch/sh/boards/renesas/migor/setup.c
··· 198 198 }; 199 199 200 200 static struct i2c_board_info __initdata migor_i2c_devices[] = { 201 + { 202 + I2C_BOARD_INFO("rtc-rs5c372", 0x32), 203 + .type = "rs5c372b", 204 + }, 201 205 }; 202 206 203 207 static int __init migor_devices_setup(void)