commit | 0c62bf6056a7b681ec6a8a2fbb1238fa35061860 | [log] [tgz] |
---|---|---|
author | Venkat Gopalakrishnan <venkatg@codeaurora.org> | Mon Aug 08 12:17:11 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 10:28:58 2011 -0700 |
tree | 80b4a472623e6742dcc41819717a27fbf7736734 | |
parent | b58e61b2fa9f956c50182d3f6d056b3f00bb2080 [diff] |
mmc: msm_sdcc: Configure sdcc2 and sdcc5 GPIO's to always PULL_UP. As per the SD spec the CMD and DAT lines need to be set to PULL_UP, but we set it to PULL_NONE during sleep. This was causing the client to get into an error state during sleep/wakeup sequence on rare scenarios. Now setting them to PULL_UP on both active and sleep state. Signed-off-by: Venkat Gopalakrishnan <venkatg@codeaurora.org>