[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1196756069.3835.7.camel@bender.lan>
Date: Tue, 04 Dec 2007 09:14:29 +0100
From: Jan Altenberg <jan.altenberg@...utronix.de>
To: Andrew Victor <avictor.za@...il.com>
Cc: David Brownell <david-b@...bell.net>, linux@...im.org.za,
linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.arm.linux.org.uk,
Russell King - ARM Linux <linux@....linux.org.uk>
Subject: Re: [PATCH][AT91] Fix compile error for at91rm9200 in latest git
Hi all,
> > Your patch looks correct, and seems to be the only obvious chunk
> > that's missing. So, I'll ack it FWIW ... usual policy for these
> > patches is to go through Russell.
>
> You can add my Ack for what it's worth.
OK, CC'ed Russell and added your Acked-by.
Signed-off-by: Jan Altenberg <jan.altenberg@...utronix.de>
Acked-by: Andrew Victor <avictor.za@...il.com>
---
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists