summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/usb-imx6.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM i.MX6: Fix usb phy base addressesSascha Hauer2013-01-201-5/+5
| | | | | | | What we had as usb phy1 base address is really usb phy2. Fix the names and add the missing base address definition for usb phy1. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX6 USB phy: Fix phy function namesSascha Hauer2013-01-201-2/+2
| | | | | | | The imx6_usb_phy1* functions are misnamed. It's usb phy2 that is configured here, so rename the functions accordingly. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX6: enable usbphy1Steffen Trumtrar2012-08-311-0/+111
Add a function to take the usbphy1 through its initialization procedure. The imx6_usb_phy1_disable_oc function is needed at least on the sabrelite, as the power design is faulty. The state on other imx6 boards is unknown, therefore it is an extra function call at the moment. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>