ARM: dts: imx51-babbage: Fix esdhc setup
authorSascha Hauer <s.hauer@pengutronix.de>
Fri, 23 May 2014 12:33:04 +0000 (14:33 +0200)
committerShawn Guo <shawn.guo@freescale.com>
Sat, 21 Jun 2014 07:53:54 +0000 (15:53 +0800)
Since commit 89d7e5c13122 (mmc: sdhci-esdhc-imx: add runtime pm
support), controller based card detection / write protection is not
supported anymore by esdhc driver.  Let's use GPIO for CD/WP on esdhc1
instead.

While at it, fix cd gpio polarity for esdhc2. This is wrong and
currently only works because the imx esdhc driver ignores the polarity.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>

No differences found