ARM: OMAP: hsmmc: Add support for non-OMAP pins
authorThomas Weber <weber@corscience.de>
Thu, 17 Nov 2011 21:39:40 +0000 (22:39 +0100)
committerTony Lindgren <tony@atomide.com>
Fri, 9 Dec 2011 20:32:53 +0000 (12:32 -0800)
The Devkit8000 uses a TWL4030 pin for card detection.
Thats why the error:
_omap_mux_init_gpio: Could not set gpio192
occurs.

This patch checks that the pin is on OMAP before
calling omap_mux_init_gpio.

Signed-off-by: Thomas Weber <weber@corscience.de>
[tony@atomide.com: updated comments]
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found