diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2010-03-09 23:24:27 -0500 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-05-11 11:25:03 -0400 |
commit | 3d98f8816adafce2933599902fd9a5c0ccedd822 (patch) | |
tree | 3652211e024eec86cabed8d52e1b3a6256da1b73 /arch/arm/mach-pxa/include | |
parent | addff0faecfc5e73e8a742687255cef847e260db (diff) |
[ARM] pxa/vpac270: UDC and UHC support
NOTE:
I wasn't able to get it running without reseting the HXOE (so it's there based
on my tests with the hardware). I'll have to investigate it properly when I have
more time.
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Reviewed-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/include')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/vpac270.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/include/mach/vpac270.h b/arch/arm/mach-pxa/include/mach/vpac270.h index a77e310bcca8..9f7b460d99cc 100644 --- a/arch/arm/mach-pxa/include/mach/vpac270.h +++ b/arch/arm/mach-pxa/include/mach/vpac270.h | |||
@@ -31,4 +31,5 @@ | |||
31 | #define GPIO12_VPAC270_CF_RDY 12 | 31 | #define GPIO12_VPAC270_CF_RDY 12 |
32 | #define GPIO16_VPAC270_CF_RESET 16 | 32 | #define GPIO16_VPAC270_CF_RESET 16 |
33 | 33 | ||
34 | #define GPIO41_VPAC270_UDC_DETECT 41 | ||
34 | #endif | 35 | #endif |