diff options
author | Amit Kucheria <amit.kucheria@canonical.com> | 2010-06-16 14:00:15 +0300 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-07-26 14:18:20 +0200 |
commit | 68d03da2ae85280b533205ae447f040fbfe47dd3 (patch) | |
tree | 7c3642994e8a10d31a7a796c119b01be5ae2f500 /arch/arm/mach-mx5 | |
parent | 21744f193d3ee520c252cd9db0bdfac8ed3cd35f (diff) | |
download | linux-3.10-68d03da2ae85280b533205ae447f040fbfe47dd3.tar.gz linux-3.10-68d03da2ae85280b533205ae447f040fbfe47dd3.tar.bz2 linux-3.10-68d03da2ae85280b533205ae447f040fbfe47dd3.zip |
[PATCH] mxc: Fix pad names for imx51
The pads capable of being used as GPIOs had their pad-name and mode-name
switched. Also, fix the following:
- Whitespace fixes
- Replace IOMUX_CONFIG_ALTn with 'n'
Signed-off-by: Amit Kucheria <amit.kucheria@canonical.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5')
-rw-r--r-- | arch/arm/mach-mx5/board-mx51_babbage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/board-mx51_babbage.c b/arch/arm/mach-mx5/board-mx51_babbage.c index 19cde689630..6e384d92e62 100644 --- a/arch/arm/mach-mx5/board-mx51_babbage.c +++ b/arch/arm/mach-mx5/board-mx51_babbage.c @@ -92,7 +92,7 @@ static struct pad_desc mx51babbage_pads[] = { MX51_PAD_USBH1_DATA7__USBH1_DATA7, /* USB HUB reset line*/ - MX51_PAD_GPIO_1_7__GPIO1_7, + MX51_PAD_GPIO_1_7__GPIO_1_7, }; /* Serial ports */ |