UBUNTU: SAUCE: omap3: beaglexm: fix DVI initialization
authorRicardo Salveti de Araujo <ricardo.salveti@canonical.com>
Fri, 28 Jan 2011 04:10:37 +0000 (02:10 -0200)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 28 Mar 2011 13:53:24 +0000 (06:53 -0700)
commit2801dba635e661be46b1571764a734a68b8d83c1
tree4ca00ec49fd04dcd2777f5b742863b1afe823f27
parent1791d67bf6c9b609dcd238e527d96e15fe195cc0
UBUNTU: SAUCE: omap3: beaglexm: fix DVI initialization

Function beagle_twl_gpio_setup is called after beagle_display_init, what
makes lets reset_gpio with an invalid value at the time it request the
gpio. As a side effect the DVI reset GPIO is not properly set.

Also removing old code that power down DVI in a hardcoded way, as it's
not necessary anymore.

Tested with Beagle-xM and C4.

Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
arch/arm/mach-omap2/board-omap3beagle.c