aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/mach/udc_pxa2xx.h
diff options
context:
space:
mode:
authorIan Molton <spyro@f2s.com>2008-06-25 22:34:51 +0100
committerIan Molton <spyro@f2s.com>2008-07-10 20:15:10 +0100
commit8fb105f5cc7f31ff37755945378a668f4c21590e (patch)
tree52f2b358d2f6f2c7cb2a9af1b9f022d539d06a2d /include/asm-arm/mach/udc_pxa2xx.h
parentAdd e350 support (diff)
downloadlinux-dev-8fb105f5cc7f31ff37755945378a668f4c21590e.tar.xz
linux-dev-8fb105f5cc7f31ff37755945378a668f4c21590e.zip
PXA UDC - allow use of inverted GPIO for pullup
Signed-off-by: Ian Molton <spyro@f2s.com>
Diffstat (limited to 'include/asm-arm/mach/udc_pxa2xx.h')
-rw-r--r--include/asm-arm/mach/udc_pxa2xx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/mach/udc_pxa2xx.h b/include/asm-arm/mach/udc_pxa2xx.h
index f9f3606986c2..9e5ed7c0f27f 100644
--- a/include/asm-arm/mach/udc_pxa2xx.h
+++ b/include/asm-arm/mach/udc_pxa2xx.h
@@ -23,6 +23,7 @@ struct pxa2xx_udc_mach_info {
*/
bool gpio_vbus_inverted;
u16 gpio_vbus; /* high == vbus present */
+ bool gpio_pullup_inverted;
u16 gpio_pullup; /* high == pullup activated */
};