Skip to content

Commit

Permalink
[ARM] 5082/1: pxa: Definition for the third USB port control register…
Browse files Browse the repository at this point in the history
… 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>
  • Loading branch information
Stefan Schmidt authored and Russell King committed Jun 15, 2008
1 parent d438ae5 commit 9fc697b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-arm/arch-pxa/pxa27x-udc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 9fc697b

Please sign in to comment.