diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-04 20:43:30 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-12 21:06:30 -0400 |
commit | a940d9a1cb2ea0833421fd57e47f8ce2a6d9953b (patch) | |
tree | 3d63abb69913246bb8805a1b8b313668e648e943 /arch/arm/mach-omap2/board-omap3beagle.c | |
parent | 714df7b8abafa8de4830412cc88fd9415d9bb86a (diff) |
ARM: OMAP2+: Remove hardcoded twl4030 gpio_base, irq_base and irq_end
We can't use hardcoded interrupts for SPARSE_IRQ, and can replace
the hardcoded gpio_base with twl_gpiochip.base after it's been
allocated.
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3beagle.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3beagle.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index 293e3b26c471..9d9b2abaf7d9 100644 --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c | |||
@@ -296,9 +296,6 @@ static int beagle_twl_gpio_setup(struct device *dev, | |||
296 | } | 296 | } |
297 | 297 | ||
298 | static struct twl4030_gpio_platform_data beagle_gpio_data = { | 298 | static struct twl4030_gpio_platform_data beagle_gpio_data = { |
299 | .gpio_base = OMAP_MAX_GPIO_LINES, | ||
300 | .irq_base = TWL4030_GPIO_IRQ_BASE, | ||
301 | .irq_end = TWL4030_GPIO_IRQ_END, | ||
302 | .use_leds = true, | 299 | .use_leds = true, |
303 | .pullups = BIT(1), | 300 | .pullups = BIT(1), |
304 | .pulldowns = BIT(2) | BIT(6) | BIT(7) | BIT(8) | BIT(13) | 301 | .pulldowns = BIT(2) | BIT(6) | BIT(7) | BIT(8) | BIT(13) |