Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e47c3c0c authored by Daniel Mack's avatar Daniel Mack Committed by Tony Lindgren
Browse files

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.

Signed-off-by: default avatarDaniel Mack <zonque@gmail.com>
Tested-by: default avatarKevin Hilman <khilman@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 5e4698fc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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();