diff options
author | Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | 2008-10-17 03:53:57 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-19 21:38:36 -0400 |
commit | a3e0270663a520a2cb8c7418c098676f25478d2f (patch) | |
tree | f1a46724050d2d4920d01bfd22288f8d52a52d9b /arch | |
parent | 14866543ad22014a0b12e10657a917eb6b487248 (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/boards/board-ap325rxa.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c index 7ae8dcddfeb4..6abaf46a9835 100644 --- a/arch/sh/boards/board-ap325rxa.c +++ b/arch/sh/boards/board-ap325rxa.c | |||
@@ -294,6 +294,9 @@ static struct platform_device *ap325rxa_devices[] __initdata = { | |||
294 | }; | 294 | }; |
295 | 295 | ||
296 | static struct i2c_board_info __initdata ap325rxa_i2c_devices[] = { | 296 | static struct i2c_board_info __initdata ap325rxa_i2c_devices[] = { |
297 | { | ||
298 | I2C_BOARD_INFO("pcf8563", 0x51), | ||
299 | }, | ||
297 | }; | 300 | }; |
298 | 301 | ||
299 | static int __init ap325rxa_devices_setup(void) | 302 | static int __init ap325rxa_devices_setup(void) |