OMAP4: Pandaboard: Fix MMC card detect gpio line
authorRaghuveer Murthy <raghuveer.murthy@ti.com>
Tue, 21 Dec 2010 14:14:34 +0000 (14:14 +0000)
committerTony Lindgren <tony@atomide.com>
Wed, 22 Dec 2010 01:53:15 +0000 (17:53 -0800)
commit5b59cc2fc2ff90369d6aa7862caaba3cf45b5075
tree190c45c3f6afa4e58744a5291b5b3a3e777d74f5
parent79c5f68dc221df729417823d4981373f4762d8eb
OMAP4: Pandaboard: Fix MMC card detect gpio line

commit bf56f0a6668cd (2.6.37-rc1), from Nishanth Menon attempted
to fix card detection for PandaBoard, unfortunately, the fix missed
to initialize .gpio_cd member of omap2_hsmmc_info. This results
in a default value of '0', which is a valid GPIO line.
On PandaBoard, the side effect of this is that GPIO line 0 controls
the powering TFP410 DVI chip, and without the fix DVI chip is
inadvertently powered.

Tested-by: David Anders <x0132446@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Kishore Kadiyala <kishore.kadiyala@ti.com>
Signed-off-by: Raghuveer Murthy <raghuveer.murthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-omap4panda.c