]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: omap3_beagle: Power on MMC when setting up PMIC
authorRomain Naour <romain.naour@gmail.com>
Fri, 25 Feb 2022 11:18:32 +0000 (12:18 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 10 Mar 2022 18:49:57 +0000 (13:49 -0500)
commit2fc37154ec6b7d242be154a2fab543f6ffb6dc4e
tree15acd752bacacbb81895580e7beb2138460db4d6
parent64a7f3ce73462809917ba13441d03dea5397c72d
ARM: omap3_beagle: Power on MMC when setting up PMIC

The PMIC enables power to the MMC card by default, but depending
on the state it was left when restarted, it's possible the MMC
may be powered down.

This patch patch explicitly tells the twl4030 to power the MMC.

Based on commits [1][2].

[1] e7f2442eac7e019dd546cff76d573a49afbc5111
[2] b1101e0f0f61261a73314bce119ea891aa2e8d3a

Signed-off-by: Romain Naour <romain.naour@gmail.com>
board/ti/beagle/beagle.c