summaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorStefan Schmidt2008-06-10 09:57:27 +0200
committerRussell King2008-06-15 20:54:31 +0200
commit9fc697b0b01416edae99dd9c5c49fb69c9282744 (patch)
tree30feb78184f4ef686829aa27d1b4af1555f32418 /include/asm-arm
parent[ARM] 5080/1: touch PSSR_OTGPH only on pxa27x in ohci-pxa27x and pxa27x_udc (diff)
downloadkernel-qcow2-linux-9fc697b0b01416edae99dd9c5c49fb69c9282744.tar.gz
kernel-qcow2-linux-9fc697b0b01416edae99dd9c5c49fb69c9282744.tar.xz
kernel-qcow2-linux-9fc697b0b01416edae99dd9c5c49fb69c9282744.zip
[ARM] 5082/1: pxa: Definition for the third USB port control register UP3OCR
This adds the definition for the third USB port control register UP3OCR. It is used on the EZX GSM mobile phones. Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org> Acked-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/arch-pxa/pxa27x-udc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-pxa/pxa27x-udc.h b/include/asm-arm/arch-pxa/pxa27x-udc.h
index 2d4e9cd3a5e3..bc1cf7d0773a 100644
--- a/include/asm-arm/arch-pxa/pxa27x-udc.h
+++ b/include/asm-arm/arch-pxa/pxa27x-udc.h
@@ -82,6 +82,7 @@
Interrupt Enable */
#define UP2OCR __REG(0x40600020) /* USB Port 2 Output Control register */
+#define UP3OCR __REG(0x40600024) /* USB Port 2 Output Control register */
#define UP2OCR_CPVEN (1 << 0) /* Charge Pump Vbus Enable */
#define UP2OCR_CPVPE (1 << 1) /* Charge Pump Vbus Pulse Enable */