[ARM] 4691/1: add missing i2c_board_info struct for at91rm9200

Previous thread: Linux 2.6.24-rc7 by Linux Kernel Mailing List on Sunday, January 6, 2008 - 6:59 pm. (1 message)

Next thread: V4L/DVB (6944a): Fix Regression VIDIOCGMBUF ioctl hangs on bttv driver by Linux Kernel Mailing List on Tuesday, January 8, 2008 - 8:59 pm. (1 message)
To: <git-commits-head@...>
Date: Tuesday, January 8, 2008 - 8:59 pm

Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=c...
Commit: 430cb436103ce1b58cb80e7c3d44f4d4a8110caa
Parent: 56b11288cb92104d3589930efdc7d0f50b8f4328
Author: Jan Altenberg <jan.altenberg@linutronix.de>
AuthorDate: Mon Dec 10 10:06:40 2007 +0100
Committer: Russell King <rmk+kernel@arm.linux.org.uk>
CommitDate: Sun Jan 6 20:25:13 2008 +0000

[ARM] 4691/1: add missing i2c_board_info struct for at91rm9200

- Add missing i2c_board_info struct for at91rm9200

Signed-off-by: Jan Altenberg <jan.altenberg@linutronix.de>
Acked-by: Andrew Victor <avictor.za@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
---
arch/arm/mach-at91/board-ek.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-at91/board-ek.c b/arch/arm/mach-at91/board-ek.c
index d05b1b2..53a5ef9 100644
--- a/arch/arm/mach-at91/board-ek.c
+++ b/arch/arm/mach-at91/board-ek.c
@@ -109,6 +109,15 @@ static struct spi_board_info ek_spi_devices[] = {
#endif
};

+static struct i2c_board_info __initdata ek_i2c_devices[] = {
+ {
+ I2C_BOARD_INFO("ics1523", 0x26),
+ },
+ {
+ I2C_BOARD_INFO("dac3550", 0x4d),
+ }
+};
+
#define EK_FLASH_BASE AT91_CHIPSELECT_0
#define EK_FLASH_SIZE 0x200000

-

Previous thread: Linux 2.6.24-rc7 by Linux Kernel Mailing List on Sunday, January 6, 2008 - 6:59 pm. (1 message)

Next thread: V4L/DVB (6944a): Fix Regression VIDIOCGMBUF ioctl hangs on bttv driver by Linux Kernel Mailing List on Tuesday, January 8, 2008 - 8:59 pm. (1 message)