summaryrefslogtreecommitdiffstats
path: root/board/compal/paz00
diff options
context:
space:
mode:
authorMarc Dietrich <marvin24@gmx.de>2012-11-25 11:26:12 +0000
committerTom Warren <twarren@nvidia.com>2013-01-16 13:40:07 -0700
commit25dccd6fdd30656e70619ca70b947c9f67466667 (patch)
tree62f2b52e93b2140e8d3d891b3e70c3b056c81950 /board/compal/paz00
parent716d94398344baa313c381b64c97ea20544454ca (diff)
downloadblackbird-obmc-uboot-25dccd6fdd30656e70619ca70b947c9f67466667.tar.gz
blackbird-obmc-uboot-25dccd6fdd30656e70619ca70b947c9f67466667.zip
tegra: enable LCD on PAZ00
This adds LCD panel descriptions to the device tree of PAZ00 and enables LCD support in the configuration. Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/compal/paz00')
-rw-r--r--board/compal/paz00/paz00.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/board/compal/paz00/paz00.c b/board/compal/paz00/paz00.c
index 6492d4168e..1447f47605 100644
--- a/board/compal/paz00/paz00.c
+++ b/board/compal/paz00/paz00.c
@@ -71,3 +71,14 @@ int board_mmc_init(bd_t *bd)
return 0;
}
#endif
+
+#ifdef CONFIG_LCD
+/* this is a weak define that we are overriding */
+void pin_mux_display(void)
+{
+ debug("init display pinmux\n");
+
+ /* EN_VDD_PANEL GPIO A4 */
+ pinmux_tristate_disable(PINGRP_DAP2);
+}
+#endif
OpenPOWER on IntegriCloud