aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2011-06-17 12:17:12 -0400
committerJohn Rigby <john.rigby@linaro.org>2011-10-17 09:59:12 -0600
commitd50fe59701c239c12e0f5ec6b3ab00bc0457d3a8 (patch)
tree10e805147c5b6fe5951d686e631ec5176f80cde1
parentc1dea33b3d5a0cc9d77da14380fd2cfb1f67963d (diff)
SAUCE: ARM: OMAP: Overo: remove duplicate call to overo_ads7846_init()
overo_ads7846_init() is already called from overo_spi_init(), and calling it twice is not only unnecessary but causes a warning as "reg-fixed-voltage.1" is already added to the device tree. This has the nice side effect of fixing an overo reboot bug. Buglink: https://bugs.launchpad.net/linux-linaro/+bug/830785 Signed-off-by: Daniel Mack <zonque at gmail.com>
-rw-r--r--arch/arm/mach-omap2/board-overo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c
index b32b4928fe8..377da5cb6c8 100644
--- a/arch/arm/mach-omap2/board-overo.c
+++ b/arch/arm/mach-omap2/board-overo.c
@@ -568,7 +568,6 @@ static void __init overo_init(void)
usb_musb_init(NULL);
usbhs_init(&usbhs_bdata);
overo_spi_init();
- overo_ads7846_init();
overo_init_smsc911x();
overo_display_init();
overo_init_led();