dect
/
linux-2.6
Archived
13
0
Fork 0

sh: ap325rxa: Add support RTC RX-8564LC in AP325RXA board

Renesas AP325RXA board has Epson RX-8564LC of RTC.
This patch supports RTC of this board.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Nobuhiro Iwamatsu 2008-10-17 16:53:57 +09:00 committed by Paul Mundt
parent 14866543ad
commit a3e0270663
1 changed files with 3 additions and 0 deletions

View File

@ -294,6 +294,9 @@ static struct platform_device *ap325rxa_devices[] __initdata = {
};
static struct i2c_board_info __initdata ap325rxa_i2c_devices[] = {
{
I2C_BOARD_INFO("pcf8563", 0x51),
},
};
static int __init ap325rxa_devices_setup(void)