Olof Johansson wrote at Monday, March 07, 2011 4:34 PM: > Register the base i2c devices on seaboard. A few more are pending, > but it's a start. > > Signed-off-by: Olof Johansson <[email protected]> > Cc: Stephen Warren <[email protected]> > --- > arch/arm/mach-tegra/board-seaboard-pinmux.c | 1 + > arch/arm/mach-tegra/board-seaboard.c | 62 > +++++++++++++++++++++++++-- > 2 files changed, 59 insertions(+), 4 deletions(-) > > diff --git a/arch/arm/mach-tegra/board-seaboard-pinmux.c b/arch/arm/mach- > tegra/board-seaboard-pinmux.c > index 7e96d49..d84d1dd 100644 > --- a/arch/arm/mach-tegra/board-seaboard-pinmux.c > +++ b/arch/arm/mach-tegra/board-seaboard-pinmux.c > @@ -166,6 +166,7 @@ static struct tegra_gpio_table gpio_table[] = { > { .gpio = TEGRA_GPIO_SD2_POWER, .enable = true }, > { .gpio = TEGRA_GPIO_LIDSWITCH, .enable = true }, > { .gpio = TEGRA_GPIO_POWERKEY, .enable = true }, > + { .gpio = TEGRA_GPIO_ISL29018_IRQ, .enable = true },
There's a space after "_IRQ," here. I think that's what's throwing off the display in my crappy email reader. Aside from that, Acked-by: Stephen Warren <[email protected]> -- nvpublic -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
