浏览代码

[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>
Stefan Schmidt 17 年之前
父节点
当前提交
9fc697b0b0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/asm-arm/arch-pxa/pxa27x-udc.h

+ 1 - 0
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 */