omap: rx51: Remove tvout code that plays with gpio 40
authorJarkko Nikula <jhnikula@gmail.com>
Tue, 21 Dec 2010 17:46:01 +0000 (17:46 +0000)
committerTony Lindgren <tony@atomide.com>
Wed, 22 Dec 2010 19:06:24 +0000 (11:06 -0800)
commit6d38c4b4f1df70f953633c27ebcdc2712e9039bc
tree88eddfaaa7a6a9a5f2fca55084de8f576fb730ed
parent31bbb4f035c13a73d1ebc2626663971723cbd28f
omap: rx51: Remove tvout code that plays with gpio 40

Commit 60d24ee "Added video data to support tvout on rx51" added code that
tries to assign gpio 40 as OMAP DSS reset_gpio for tvout. This is wrong
since this gpio has nothing to do with OMAP DSS but it is used to control
one switch that selects is the audio jack connected to tvout or audio
circuitry.

This switch is already supported by the RX51 ASoC driver so there is no need
to control it elsewhere. Switch is contolled with ALSA control
'Jack Function' and tvout can be selected with following example:

amixer -D hw:0 set 'Jack Function' 'TV-OUT'

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Cc: Srikar <ext-srikar.1.bhavanarayana@nokia.com>
Acked-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-rx51-video.c