summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:19:20 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:19:20 -0600
commit7c9fa6189b34df7a388fa045103c81dfbe46e1f5 (patch)
treeeb55c2e5d1dc1ee8c4610ff9a45d823551b5c5a6 /include
parent8a25098a1f0814042aca65626466915d0fb26436 (diff)
USB: fix OTGSC_IE_1ms_TIMER bit definition.
Patch to fix USB OTGSC_IE_1ms_TIMER bit definition. Applies to linux 2.6.22 kernel for MX platforms. http://www.bitshrine.org/gpp/linux-2.6.22-mx-USB-fix-OTGSC_IE_1ms_TIMER-bit-definition.patch
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-mxc/arc_otg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-mxc/arc_otg.h b/include/asm-arm/arch-mxc/arc_otg.h
index f896d4d3289d..666be7b6c3ee 100644
--- a/include/asm-arm/arch-mxc/arc_otg.h
+++ b/include/asm-arm/arch-mxc/arc_otg.h
@@ -197,7 +197,7 @@
#define OTGSC_IE_A_SESSION_VALID (1 << 26)
#define OTGSC_IE_B_SESSION_VALID (1 << 27)
#define OTGSC_IE_B_SESSION_END (1 << 28)
-#define OTGSC_IE_1ms_TIMER (1 << 19)
+#define OTGSC_IE_1ms_TIMER (1 << 29)
#define OTGSC_IE_DATA_PULSE (1 << 30)
#if 1 /* FIXME these here for compatibility between my names and Leo's */