Skip to content

Commit

Permalink
sh: ap325rxa: Add support RTC RX-8564LC in AP325RXA board
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nobuhiro Iwamatsu authored and Paul Mundt committed Oct 20, 2008
1 parent 1486654 commit a3e0270
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/sh/boards/board-ap325rxa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a3e0270

Please sign in to comment.