ARM: mx5/mx51_babbage: Use gpio_request_array for USBH1 pins
authorFabio Estevam <festevam@gmail.com>
Sat, 28 May 2011 13:54:36 +0000 (10:54 -0300)
committerSascha Hauer <s.hauer@pengutronix.de>
Thu, 7 Jul 2011 07:59:56 +0000 (09:59 +0200)
Instead of using gpio_request followed by gpio_direction_output use gpio_request_array
when requesting multiple pins.

Also fixed the location of the delay for the reset and make the BABBAGE_USB_PHY_RESET to toggle.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

No differences found