]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: omap1: don't rely on tps65010
authorArnd Bergmann <arnd@arndb.de>
Fri, 21 Mar 2014 12:33:03 +0000 (13:33 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 21 Mar 2014 17:23:34 +0000 (18:23 +0100)
commit336ca14cfb6487835f1e686b354ae6002ebb36b0
treec9502a5d6f4f7d48f0444c6772f78cd84657ad1f
parent441340834ebb0e167994ab31302c7e26136a0aee
ARM: omap1: don't rely on tps65010

The code for h2 and osk implicitly assumes that the tps65010
driver is built-in, in order to perform the initial regulator
setup.

This is fine for most real uses, but it does get into the way
of build testing with 'make randconfig', since we don't want
platforms to implicitly select device drivers and subsystems
such as I2C.

This patch by contrast changes the board files to not call
into the tps65010 driver when that is not built-in, allowing
us to build all configurations including some that will not
work properly on this hardware.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/board-h2.c
arch/arm/mach-omap1/board-osk.c