From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 31 Oct 2014 00:35:11 +0100 Subject: [U-Boot] [PATCH v2] twl4030: VMMC2 3.2V enable on MMC init In-Reply-To: <1414516463-1679-1-git-send-email-contact@paulk.fr> References: <1414505141-16156-1-git-send-email-contact@paulk.fr> <1414516463-1679-1-git-send-email-contact@paulk.fr> Message-ID: <20141031003511.2dd42532@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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: Paul Kocialkowski > --- > drivers/power/twl4030.c | 6 ++++++ > include/twl4030.h | 2 ++ > 2 files changed, 8 insertions(+) applied to u-boot-staging. Thanks! Anatolij