summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2014-02-14 12:51:26 +0100
committerTom Rini <trini@ti.com>2014-02-21 13:55:41 -0500
commitf1eb45dcad78560e68e61c256198cce42aaadca0 (patch)
treec4c768e0b377a0b3d033f8ddd58ecaf20479deb7
parent9267110270a4b7b4ccdf9de9d82b7ac85ce57d0c (diff)
downloadblackbird-obmc-uboot-f1eb45dcad78560e68e61c256198cce42aaadca0.tar.gz
blackbird-obmc-uboot-f1eb45dcad78560e68e61c256198cce42aaadca0.zip
omap3: fix pinmux for mcx board
New hardware version cannot recognize the SD-Card because the SYS_NRESWARM, set as GPIO, does not guarantee the required reset time. Change the pin function back to enable the SYS_NRESWARM signal driven by the SOC. Signed-off-by: Stefano Babic <sbabic@denx.de>
-rw-r--r--board/htkw/mcx/mcx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/htkw/mcx/mcx.h b/board/htkw/mcx/mcx.h
index 703dbeccfd..17c122cf50 100644
--- a/board/htkw/mcx/mcx.h
+++ b/board/htkw/mcx/mcx.h
@@ -325,8 +325,6 @@ const omap3_sysinfo sysinfo = {
MUX_VAL(CP(SYS_32K), (IEN | PTD | EN | M4)) \
MUX_VAL(CP(SYS_CLKREQ), (IEN | PTD | DIS | M0)) \
MUX_VAL(CP(SYS_NIRQ), (IEN | PTD | EN | M4)) \
- MUX_VAL(CP(SYS_NRESWARM), (IEN | PTU | DIS | M4)) \
- /* SYS_nRESWARM */\
MUX_VAL(CP(SYS_BOOT0), (IEN | PTD | DIS | M4)) \
MUX_VAL(CP(SYS_BOOT1), (IEN | PTD | DIS | M4)) \
MUX_VAL(CP(SYS_BOOT2), (IEN | PTD | DIS | M4)) \
OpenPOWER on IntegriCloud