]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
omap3: fix pinmux for mcx board
authorStefano Babic <sbabic@denx.de>
Fri, 14 Feb 2014 11:51:26 +0000 (12:51 +0100)
committerTom Rini <trini@ti.com>
Fri, 21 Feb 2014 18:55:41 +0000 (13:55 -0500)
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>
board/htkw/mcx/mcx.h

index 703dbeccfda2ce15d9c69de0cf3e02bacf9e39ff..17c122cf5093f39578b781766e333bec84fa9b26 100644 (file)
@@ -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)) \