Re: [U-Boot] [PATCH] board: ti: dra71x-evm: Hook LDO1 of LP8733 to EN_PIN

2017-10-12 Thread Tom Rini
On Thu, Oct 12, 2017 at 10:18:45AM +0530, Keerthy wrote: > All regulators are hooked to EN_Pin at reset so that EN Pin controls > their state. Hook the LDO1 regulator to EN pin which at reset is not > hooked. This applies only to LP8733. > > Signed-off-by: Keerthy

[U-Boot] [PATCH] board: ti: dra71x-evm: Hook LDO1 of LP8733 to EN_PIN

2017-10-11 Thread Keerthy
All regulators are hooked to EN_Pin at reset so that EN Pin controls their state. Hook the LDO1 regulator to EN pin which at reset is not hooked. This applies only to LP8733. Signed-off-by: Keerthy --- board/ti/dra7xx/evm.c | 7 +++ 1 file changed, 7 insertions(+) diff