commit | f4df405f0e7ee22e24ff19bb8057b21c9e80dd2a | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sat Sep 08 08:16:23 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sat Sep 29 08:06:56 2018 -0400 |
tree | b40c7fe17dd93eeafcfb97ae6ddad8f225e74744 | |
parent | 57fb8b4654a1ca81af38085de411af7a09be911a [diff] |
mmc: omap_mmc: Remove invert references With DM_GPIO and DM_MMC translating GPIO_ACTIVE_LOW, any boards using the 'cd-invert' option will no longer need to do this. This patch removes the support for 'invert' from the MMC driver. Signed-off-by: Adam Ford <aford173@gmail.com> [trini: Fix warning over when !DM_GPIO] Signed-off-by: Tom Rini <trini@konsulko.com>