commit | 53dbf6e45cce69022da5749c56d631c98104bf8e | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Wed Jul 25 17:49:09 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 03 19:53:54 2018 -0400 |
tree | 6e2dc7c12a3be4604a3adedb9e58ef659c17bb2a | |
parent | afba498593f691f2ae45b6a9d847876b4845b621 [diff] |
mmc: arm_pl180_mmci: Remove cd_inverted host's struct field As platform uses GPIOs for card detection, it's simpler and more readable to use GPIO_ACTIVE_(LOW|HIGH) in the gpio flags instead of using the cd-inverted property. Reported-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>