[PATCH v3 6/7] usb: chipidea: usbmisc: add mx53 support
From: Michael Grzeschik <hidden>
Date: 2012-11-21 19:58:11
Also in:
linux-devicetree
On Wed, Nov 21, 2012 at 11:28:36PM +0300, Sergei Shtylyov wrote:
Hello. On 11/21/2012 05:06 PM, Michael Grzeschik wrote:quoted
This adds mx53 as the next user of the usbmisc driver and makes it possible to disable the overcurrent-detection of the internal phy.quoted
Signed-off-by: Michael Grzeschik <redacted> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> --- Changes since v2: * added defines for register offsets and bitmasks * fixed disable_oc option for all portsquoted
drivers/usb/chipidea/usbmisc_imx.c | 51 ++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+)quoted
diff --git a/drivers/usb/chipidea/usbmisc_imx.c b/drivers/usb/chipidea/usbmisc_imx.c index e090e0f..b1811df 100644 --- a/drivers/usb/chipidea/usbmisc_imx.c +++ b/drivers/usb/chipidea/usbmisc_imx.c@@ -19,6 +19,13 @@ #define USB_DEV_MAX 4 +#define MX53_USB_OTG_PHY_CTRL_0_OFFSET 0x08; +#define MX53_USB_UH2_CTRL_OFFSET 0x14; +#define MX53_USB_UH3_CTRL_OFFSET 0x18;Semicolons here? This can't be right.
You're right. Its compiling without errors, because its only used at the end of an assignement. So this will result in two Semicolons. I will fix that. Thanks, Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |