aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-sa1100/simpad.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-sa1100/simpad.c b/arch/arm/mach-sa1100/simpad.c
index 91526024964b..1c0a1766e781 100644
--- a/arch/arm/mach-sa1100/simpad.c
+++ b/arch/arm/mach-sa1100/simpad.c
@@ -327,9 +327,9 @@ static struct platform_device simpad_gpio_leds = {
327static struct gpiod_lookup_table simpad_i2c_gpiod_table = { 327static struct gpiod_lookup_table simpad_i2c_gpiod_table = {
328 .dev_id = "i2c-gpio", 328 .dev_id = "i2c-gpio",
329 .table = { 329 .table = {
330 GPIO_LOOKUP_IDX("gpio", GPIO_GPIO21, NULL, 0, 330 GPIO_LOOKUP_IDX("gpio", 21, NULL, 0,
331 GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN), 331 GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN),
332 GPIO_LOOKUP_IDX("gpio", GPIO_GPIO25, NULL, 1, 332 GPIO_LOOKUP_IDX("gpio", 25, NULL, 1,
333 GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN), 333 GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN),
334 }, 334 },
335}; 335};