summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2013-05-07 07:59:09 +0800
committerPeter Chen <peter.chen@freescale.com>2013-05-10 15:23:04 +0800
commit9867adb552cd0feef163c0cd54a3179dfdeb38df (patch)
tree5a1e528b1e6328e5dace2a643aadb9060f47d8b1 /arch
parent0668c1c6b1895ae38db6f0f7cadfdb37ef90ef0b (diff)
ENGR00261451-2 mx6-msl: usb: using correct register
- Replace portsc to otgsc - Add define for otgsc Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx6/usb_h1.c2
-rwxr-xr-xarch/arm/plat-mxc/include/mach/arc_otg.h3
2 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-mx6/usb_h1.c b/arch/arm/mach-mx6/usb_h1.c
index 63a42c8ad8ec..6de99d96142b 100644
--- a/arch/arm/mach-mx6/usb_h1.c
+++ b/arch/arm/mach-mx6/usb_h1.c
@@ -377,7 +377,7 @@ static void usbh1_wakeup_event_clear(void)
int wakeup_req = USB_H1_CTRL & UCTRL_OWIR;
if (wakeup_req != 0) {
- printk(KERN_INFO "Unknown wakeup.(H1 OTGSC 0x%x)\n", UH1_PORTSC1);
+ printk(KERN_INFO "Unknown wakeup.(H1 OTGSC 0x%x)\n", UH1_OTGSC);
/* Disable OWIE to clear OWIR, wait 3 clock
* cycles of standly clock(32KHz)
*/
diff --git a/arch/arm/plat-mxc/include/mach/arc_otg.h b/arch/arm/plat-mxc/include/mach/arc_otg.h
index f2bb01c6a8c9..fdd84503686b 100755
--- a/arch/arm/plat-mxc/include/mach/arc_otg.h
+++ b/arch/arm/plat-mxc/include/mach/arc_otg.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2005-2012 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2005-2013 Freescale Semiconductor, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -121,6 +121,7 @@ extern void __iomem *imx_otg_base;
/* configured_flag (0x180) configflag (supports HS) */
#define UH1_PORTSC1 USBH1_REG32(0x184) /* port status and control */
/* end EHCI registers: */
+#define UH1_OTGSC USBH1_REG32(0x1a4) /* OTG status and control */
#define UH1_USBMODE USBH1_REG32(0x1a8) /* USB device mode */
/*