summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRabin Vincent <rabin.vincent@stericsson.com>2011-11-22 12:27:16 +0530
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:02:36 +0200
commit83df08e15cf79910e1497223b493155dd7ce3e33 (patch)
treea208c2719dab87d15eef97947f8bfa711de3a740
parent8eeca77a48f8190161416e9941ba260a4504cba1 (diff)
u5500: pins: configure TVOUT pins
These are connected but unused. The data lines are output to the AB, and the clock is input from the AB. ST-Ericsson ID: 336595 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I8113a1faa0777d5321c1e7a450be3158ce8e6e01 Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/39405 Reviewed-by: Jayarami REDDY <jayarami.reddy@stericsson.com> Reviewed-by: QATOOLS Reviewed-by: QABUILD
-rw-r--r--arch/arm/mach-ux500/board-u5500-pins.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-u5500-pins.c b/arch/arm/mach-ux500/board-u5500-pins.c
index b03137e1a07..78005b131b8 100644
--- a/arch/arm/mach-ux500/board-u5500-pins.c
+++ b/arch/arm/mach-ux500/board-u5500-pins.c
@@ -65,6 +65,13 @@ static pin_cfg_t u5500_pins_default[] = {
/* Display & HDMI HW sync */
GPIO204_LCD_VSI1 | PIN_INPUT_PULLUP,
+ /* TVOUT (connected, but unused) */
+ GPIO205_GPIO | PIN_OUTPUT_LOW,
+ GPIO206_GPIO | PIN_OUTPUT_LOW,
+ GPIO207_GPIO | PIN_OUTPUT_LOW,
+ GPIO208_GPIO | PIN_OUTPUT_LOW,
+ GPIO209_GPIO | PIN_INPUT_PULLDOWN,
+
/* Camera & MMIO XshutDown*/
GPIO1_GPIO | PIN_OUTPUT_LOW,
GPIO2_GPIO | PIN_OUTPUT_LOW,