Skip to content

Commit

Permalink
[PATCH] mxc: Fix pad names for imx51
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Amit Kucheria authored and Sascha Hauer committed Jul 26, 2010
1 parent 21744f1 commit 68d03da
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 290 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-mx5/board-mx51_babbage.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
Loading

0 comments on commit 68d03da

Please sign in to comment.