From 2766e8b226904f90b2962744a651df863e6b284a Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Fri, 17 Oct 2008 16:53:57 +0900 Subject: [PATCH] --- yaml --- r: 116165 b: refs/heads/master c: a3e0270663a520a2cb8c7418c098676f25478d2f h: refs/heads/master i: 116163: bd4441fb52dffd6de19829bd3755783a674fe892 v: v3 --- [refs] | 2 +- trunk/arch/sh/boards/board-ap325rxa.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index fca5a2867b93..72506b3bbb9f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 14866543ad22014a0b12e10657a917eb6b487248 +refs/heads/master: a3e0270663a520a2cb8c7418c098676f25478d2f diff --git a/trunk/arch/sh/boards/board-ap325rxa.c b/trunk/arch/sh/boards/board-ap325rxa.c index 7ae8dcddfeb4..6abaf46a9835 100644 --- a/trunk/arch/sh/boards/board-ap325rxa.c +++ b/trunk/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)