Re: [U-Boot] [PATCH v2] twl4030: VMMC2 3.2V enable on MMC init

2014-10-30 Thread Anatolij Gustschin
On Tue, 28 Oct 2014 18:14:23 +0100 Paul Kocialkowski wrote: > This enables the VMMC2 LDO, which powers the MMC2 device. > When the device starts from MMC2, this has already been enabled by the > BootROM, > but when starting from peripheral boot (USB, UART), it is not the case. > > Signed-off-by

Re: [U-Boot] [PATCH v2] twl4030: VMMC2 3.2V enable on MMC init

2014-10-30 Thread Pantelis Antoniou
Hi Paul, > On Oct 28, 2014, at 19:14 , Paul Kocialkowski wrote: > > This enables the VMMC2 LDO, which powers the MMC2 device. > When the device starts from MMC2, this has already been enabled by the > BootROM, > but when starting from peripheral boot (USB, UART), it is not the case. > > Signed

[U-Boot] [PATCH v2] twl4030: VMMC2 3.2V enable on MMC init

2014-10-28 Thread Paul Kocialkowski
This enables the VMMC2 LDO, which powers the MMC2 device. When the device starts from MMC2, this has already been enabled by the BootROM, but when starting from peripheral boot (USB, UART), it is not the case. Signed-off-by: Paul Kocialkowski --- drivers/power/twl4030.c |6 ++ include/tw