aboutsummaryrefslogtreecommitdiff
path: root/board/htkw/mcx/mcx.h
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2012-10-16 04:07:04 +0000
committerTom Rini <trini@ti.com>2012-10-25 11:30:49 -0700
commit8c735b990989bcd3909081aff7e6913222ac38e9 (patch)
tree7eeca43b178268cc939bce649c4953b942fca408 /board/htkw/mcx/mcx.h
parente47c9e8608df6c95b6a324925573bac12045e059 (diff)
downloadu-boot-8c735b990989bcd3909081aff7e6913222ac38e9.zip
u-boot-8c735b990989bcd3909081aff7e6913222ac38e9.tar.gz
u-boot-8c735b990989bcd3909081aff7e6913222ac38e9.tar.bz2
OMAP3: mcx: updated to new hardware revision
Some GPIOs differ in the new revision board. Previous revision are considered obsolete and they will not anymore supported. Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/htkw/mcx/mcx.h')
-rw-r--r--board/htkw/mcx/mcx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/htkw/mcx/mcx.h b/board/htkw/mcx/mcx.h
index 1003bfd..f9601c6 100644
--- a/board/htkw/mcx/mcx.h
+++ b/board/htkw/mcx/mcx.h
@@ -96,7 +96,7 @@ const omap3_sysinfo sysinfo = {
MUX_VAL(CP(GPMC_A7), (IEN | PTU | EN | M4)) \
MUX_VAL(CP(GPMC_A8), (IEN | PTU | EN | M4)) \
MUX_VAL(CP(GPMC_A9), (IEN | PTU | EN | M4)) \
- MUX_VAL(CP(GPMC_A10), (IDIS | PTU | DIS | M4)) \
+ MUX_VAL(CP(GPMC_A10), (IEN | PTU | EN | M4)) \
/* GPIO_43 LCD buffer enable */ \
MUX_VAL(CP(GPMC_D0), (IEN | PTU | EN | M0)) \
MUX_VAL(CP(GPMC_D1), (IEN | PTU | EN | M0)) \