summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/board-seaboard-pinmux.c
diff options
context:
space:
mode:
authorOlof Johansson2011-03-05 00:21:53 +0100
committerOlof Johansson2011-03-08 00:44:09 +0100
commitf9a795af4d3b886140e790507a9158ebe3bc6a4a (patch)
tree0beb210aeecc7385197afb550077f0006afac503 /arch/arm/mach-tegra/board-seaboard-pinmux.c
parentARM: tegra: harmony: Beginnings of audio support (diff)
downloadkernel-qcow2-linux-f9a795af4d3b886140e790507a9158ebe3bc6a4a.tar.gz
kernel-qcow2-linux-f9a795af4d3b886140e790507a9158ebe3bc6a4a.tar.xz
kernel-qcow2-linux-f9a795af4d3b886140e790507a9158ebe3bc6a4a.zip
ARM: tegra: seaboard: register i2c devices
Register the base i2c devices on seaboard. A few more are pending, but it's a start. Signed-off-by: Olof Johansson <olof@lixom.net> Acked-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-seaboard-pinmux.c')
-rw-r--r--arch/arm/mach-tegra/board-seaboard-pinmux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-seaboard-pinmux.c b/arch/arm/mach-tegra/board-seaboard-pinmux.c
index 7e96d4918b9e..0bda495e9742 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 },
};
void __init seaboard_pinmux_init(void)