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>
Showing
- arch/arm/cpu/armv7/omap-common/clocks-common.c 0 additions, 8 deletionsarch/arm/cpu/armv7/omap-common/clocks-common.c
- board/ti/panda/panda_mux_data.h 1 addition, 1 deletionboard/ti/panda/panda_mux_data.h
- board/ti/sdp4430/sdp.c 7 additions, 0 deletionsboard/ti/sdp4430/sdp.c
- board/ti/sdp4430/sdp4430_mux_data.h 5 additions, 1 deletionboard/ti/sdp4430/sdp4430_mux_data.h
Loading
Please register or sign in to comment