commit | fb4368d2f1bef6a89ef0bd8fd655eb0c7d4fe4ca | [log] [tgz] |
---|---|---|
author | Aneesh V <aneesh@ti.com> | Mon Nov 21 23:39:00 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Dec 06 23:59:34 2011 +0100 |
tree | e2b09c3d7fa04d31eaaf5b889a185bc547092319 | |
parent | fa5c07ae530a4e19b5d4829960229558250bc13e [diff] |
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>