diff options
| author | Nicolas Pitre <nico@org.rmk.(none)> | 2004-12-10 16:33:49 +0000 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2004-12-10 16:33:49 +0000 |
| commit | da1a8bfa0fde68ab714c0cfe7706c82404175d94 (patch) | |
| tree | e49ee38ebed0b32a57f030da4138598744a2ade3 /include | |
| parent | 8be8af9e074f8bf6f6a371e368e9f06891cf5818 (diff) | |
[ARM PATCH] 2301/1: fix PXA definition of PSSR_OTGPH
Patch from Nicolas Pitre
Signed-off-by: Nicolas Pitre
Signed-off-by: Russell King
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/arch-pxa/pxa-regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-pxa/pxa-regs.h b/include/asm-arm/arch-pxa/pxa-regs.h index 1f36b66be63c..c43cafe17e19 100644 --- a/include/asm-arm/arch-pxa/pxa-regs.h +++ b/include/asm-arm/arch-pxa/pxa-regs.h @@ -1494,7 +1494,7 @@ #define PVCR_CommandDelay (0xf80) #define PCFR_PI2C_EN (0x1 << 6) -#define PSSR_OTGPH (1 << 7) /* OTG Peripheral control Hold */ +#define PSSR_OTGPH (1 << 6) /* OTG Peripheral control Hold */ #define PSSR_RDH (1 << 5) /* Read Disable Hold */ #define PSSR_PH (1 << 4) /* Peripheral Control Hold */ #define PSSR_VFS (1 << 2) /* VDD Fault Status */ |
