diff options
author | Stefano Babic <sbabic@denx.de> | 2012-10-20 23:56:07 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-25 18:30:50 (GMT) |
commit | 8f1fae26a7fb4c0c2897f2f086fe8a3e1da58a9a (patch) | |
tree | 1eab7343b4fbe934e170b8cb93e7cf79d281caa0 /board/htkw/mcx/mcx.h | |
parent | 60c41d907e234871b40f14283dc2e18abc324461 (diff) | |
download | u-boot-fsl-qoriq-8f1fae26a7fb4c0c2897f2f086fe8a3e1da58a9a.tar.xz |
OMAP3: add video support to the mcx board
Add video support to the board with the display
focaltech etm070003dh6.
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/htkw/mcx/mcx.h')
-rw-r--r-- | board/htkw/mcx/mcx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/htkw/mcx/mcx.h b/board/htkw/mcx/mcx.h index f9601c6..0d4c642 100644 --- a/board/htkw/mcx/mcx.h +++ b/board/htkw/mcx/mcx.h @@ -264,6 +264,8 @@ const omap3_sysinfo sysinfo = { MUX_VAL(CP(I2C3_SDA), (IEN | PTU | EN | M0)) \ MUX_VAL(CP(I2C4_SCL), (IEN | PTU | EN | M0)) \ MUX_VAL(CP(I2C4_SDA), (IEN | PTU | EN | M0)) \ + MUX_VAL(CP(HDQ_SIO), (IEN | PTU | EN | M4)) \ + /* GPIO_170 Touchscreen ISR */\ /* McSPI */\ MUX_VAL(CP(MCSPI1_CLK), (IEN | PTD | DIS | M0)) \ MUX_VAL(CP(MCSPI1_SIMO), (IEN | PTD | DIS | M0)) \ |