From: Stefan Schmidt Date: Tue, 10 Jun 2008 07:57:27 +0000 (+0100) Subject: [ARM] 5082/1: pxa: Definition for the third USB port control register UP3OCR X-Git-Tag: v2.6.27-rc1~850^2^2~35^3 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=9fc697b0b01416edae99dd9c5c49fb69c9282744;hp=d438ae5796085379327bdba76114929eedf94a89;p=safe%2Fjmp%2Flinux-2.6 [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 Acked-by: Eric Miao Signed-off-by: Russell King --- diff --git a/include/asm-arm/arch-pxa/pxa27x-udc.h b/include/asm-arm/arch-pxa/pxa27x-udc.h index 2d4e9cd..bc1cf7d 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 */