Re: [U-Boot] [PATCH] am57xx: Set tps659038 PMIC GPIO7 pad mux value to POWERHOLD

2016-12-01 Thread Tom Rini
On Wed, Nov 30, 2016 at 03:02:53PM +0530, Keerthy wrote: > The GPIO7 pad mux should be programmed to POWERHOLD value > as per board design. In cases where the PMIC is shut off the > mux is set to GPIO7 mode. So during initialization to be on the > safer side set the mode to POWERHOLD. > >

[U-Boot] [PATCH] am57xx: Set tps659038 PMIC GPIO7 pad mux value to POWERHOLD

2016-11-30 Thread Keerthy
The GPIO7 pad mux should be programmed to POWERHOLD value as per board design. In cases where the PMIC is shut off the mux is set to GPIO7 mode. So during initialization to be on the safer side set the mode to POWERHOLD. Signed-off-by: Keerthy --- board/ti/am57xx/board.c | 17