commit | f2eb432bb171fca3924e2939678cc7283f24ea31 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Wed Sep 05 04:11:08 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 25 21:49:18 2018 -0400 |
tree | da43ec05246117a978feac86a0167ec6e8242dd0 | |
parent | 33a0e13d3101a27ac97a2f9441e651da54fb1cb1 [diff] |
mmc: omap_hsmmc: Fix pbias for omap3_logic to enable CD pin The MMC card detect pin is connected to gpio127 on omap3_logic. When setting up the pbias register for MMC, let's also enable gpio_127 for the card detect. As part of the package deal, gpio_126 and gpio_129 are also enabled. Signed-off-by: Adam Ford <aford173@gmail.com>