diff options
author | Richard Zhu <r65037@freescale.com> | 2010-08-03 15:52:09 +0800 |
---|---|---|
committer | Richard Zhu <r65037@freescale.com> | 2010-08-03 16:00:47 +0800 |
commit | 25d08562a09fbc5d7b29f3048af03b639dd6e73f (patch) | |
tree | 8e43df30f3015c336d831a4b995385926af81fdd /arch/arm/mach-mx5 | |
parent | 8d31d08f56a4cf5d6367ca3233aec9123ddd4608 (diff) |
ENGR00125856-1 MX53 eSDHC iomux updates when iomux V3 is used
The eSDHC iomux is not updated properly when iomux v3 is upgraded.
Signed-off-by: Richard Zhu <r65037@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx5')
-rw-r--r-- | arch/arm/mach-mx5/mx53_evk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/mx53_evk.c b/arch/arm/mach-mx5/mx53_evk.c index d070de374d56..8f5b9a118803 100644 --- a/arch/arm/mach-mx5/mx53_evk.c +++ b/arch/arm/mach-mx5/mx53_evk.c @@ -1474,7 +1474,7 @@ static void __init mx53_evk_io_init(void) gpio_direction_input(EVK_SD3_CD); /* SD3 WP */ - gpio_request(EVK_SD3_CD, "sdhc3-wp"); + gpio_request(EVK_SD3_WP, "sdhc3-wp"); gpio_direction_input(EVK_SD3_WP); /* reset FEC PHY */ |