projects
/
linux-2.6-omap-h63xx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1486654
)
sh: ap325rxa: Add support RTC RX-8564LC in AP325RXA board
author
Nobuhiro Iwamatsu
<iwamatsu.nobuhiro@renesas.com>
Fri, 17 Oct 2008 07:53:57 +0000
(16:53 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 20 Oct 2008 01:38:36 +0000
(10:38 +0900)
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>
arch/sh/boards/board-ap325rxa.c
patch
|
blob
|
history
diff --git
a/arch/sh/boards/board-ap325rxa.c
b/arch/sh/boards/board-ap325rxa.c
index 7ae8dcddfeb4185511f962d059eaf4f1ea40d3f8..6abaf46a983542cd1c82fa8e1a7f14d595f4c4cd 100644
(file)
--- 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 = {
};
static struct i2c_board_info __initdata ap325rxa_i2c_devices[] = {
+ {
+ I2C_BOARD_INFO("pcf8563", 0x51),
+ },
};
static int __init ap325rxa_devices_setup(void)