diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2010-03-10 04:24:27 (GMT) |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-05-11 15:25:03 (GMT) |
commit | 3d98f8816adafce2933599902fd9a5c0ccedd822 (patch) | |
tree | 3652211e024eec86cabed8d52e1b3a6256da1b73 /arch/arm/mach-pxa/include | |
parent | addff0faecfc5e73e8a742687255cef847e260db (diff) | |
download | linux-3d98f8816adafce2933599902fd9a5c0ccedd822.tar.xz |
[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 a77e310..9f7b460 100644 --- a/arch/arm/mach-pxa/include/mach/vpac270.h +++ b/arch/arm/mach-pxa/include/mach/vpac270.h @@ -31,4 +31,5 @@ #define GPIO12_VPAC270_CF_RDY 12 #define GPIO16_VPAC270_CF_RESET 16 +#define GPIO41_VPAC270_UDC_DETECT 41 #endif |