diff options
author | Stefano Babic <sbabic@denx.de> | 2012-08-29 01:22:07 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-09-04 17:05:39 -0700 |
commit | 629868755703aa173458531537cb8c4b570ed47c (patch) | |
tree | 6ee545d7a751dd8d89d7e4e8fd28e1fce348b789 /board/teejet/mt_ventoux/mt_ventoux.h | |
parent | fb380bfa8c0b841dff973bb6c74b2b5e40fe64f4 (diff) | |
download | u-boot-629868755703aa173458531537cb8c4b570ed47c.tar.gz |
OMAP3: mt_ventoux: added video support
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/teejet/mt_ventoux/mt_ventoux.h')
-rw-r--r-- | board/teejet/mt_ventoux/mt_ventoux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/teejet/mt_ventoux/mt_ventoux.h b/board/teejet/mt_ventoux/mt_ventoux.h index eadb8a5d39..1cd7ec2ab2 100644 --- a/board/teejet/mt_ventoux/mt_ventoux.h +++ b/board/teejet/mt_ventoux/mt_ventoux.h @@ -203,7 +203,7 @@ const omap3_sysinfo sysinfo = { MUX_VAL(CP(MMC2_DAT5), (IDIS | PTU | EN | M4)) \ MUX_VAL(CP(MMC2_DAT6), (IDIS | PTU | EN | M4)) \ /* GPIO_138: LCD_ENVD */\ - MUX_VAL(CP(MMC2_DAT7), (IDIS | PTU | EN | M4)) \ + MUX_VAL(CP(MMC2_DAT7), (IDIS | PTD | EN | M4)) \ /* GPIO_139: LCD_PON */\ /* McBSP */\ MUX_VAL(CP(MCBSP_CLKS), (IEN | PTU | DIS | M0)) \ |