commit | 848cfe098f59c47a2542385513fb554430b874d6 | [log] [tgz] |
---|---|---|
author | Romain Naour <romain.naour@gmail.com> | Fri Feb 25 12:18:32 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 10 13:49:57 2022 -0500 |
tree | 15acd752bacacbb81895580e7beb2138460db4d6 | |
parent | b2aac9c622acb304d7362a7a45d23b45d98b21f5 [diff] |
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] 64fd2d26140aa72b43428d079974f7c0e7f88353 [2] 27b653449178e80b333e7bc5a81eed3bd1bd6861 Signed-off-by: Romain Naour <romain.naour@gmail.com>