]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap4460: fix TPS initialization
authorAneesh V <aneesh@ti.com>
Mon, 21 Nov 2011 23:39:00 +0000 (23:39 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 6 Dec 2011 22:59:34 +0000 (23:59 +0100)
commitcd5847ac3a2d561e9d02926c768fd547f418c24d
treee2b09c3d7fa04d31eaaf5b889a185bc547092319
parent8e40852f0d60ab0b1381d43e38b31a6b3bcd6549
omap4460: fix TPS initialization

TPS power IC is controlled using a GPIO (gpio_wk7).
This GPIO should be maintained at logic 1 always. As
such an internal pull-up on this pin will do the job,
driving the GPIO outuput is not needed. This will avoid
the need of using GPIO library in SPL and also may
save some power.

Signed-off-by: Aneesh V <aneesh@ti.com>
arch/arm/cpu/armv7/omap-common/clocks-common.c
board/ti/panda/panda_mux_data.h
board/ti/sdp4430/sdp.c
board/ti/sdp4430/sdp4430_mux_data.h