commit | 27b653449178e80b333e7bc5a81eed3bd1bd6861 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sun Nov 03 16:18:27 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 07 18:39:18 2019 -0500 |
tree | 7378f33793d244325959d85f7000b1c372befad6 | |
parent | 14dfca69d79e81a8b29324a86a819b1e642621ed [diff] |
ARM: omap3_logic: 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. Signed-off-by: Adam Ford <aford173@gmail.com>