commit | 8fb105f5cc7f31ff37755945378a668f4c21590e | [log] [tgz] |
---|---|---|
author | Ian Molton <spyro@f2s.com> | Wed Jun 25 22:34:51 2008 +0100 |
committer | Ian Molton <spyro@f2s.com> | Thu Jul 10 20:15:10 2008 +0100 |
tree | 52f2b358d2f6f2c7cb2a9af1b9f022d539d06a2d | |
parent | b3d354b8d8d676c97794a5b984613d51ad683f17 [diff] [blame] |
PXA UDC - allow use of inverted GPIO for pullup Signed-off-by: Ian Molton <spyro@f2s.com>
diff --git a/include/asm-arm/mach/udc_pxa2xx.h b/include/asm-arm/mach/udc_pxa2xx.h index f9f3606..9e5ed7c 100644 --- a/include/asm-arm/mach/udc_pxa2xx.h +++ b/include/asm-arm/mach/udc_pxa2xx.h
@@ -23,6 +23,7 @@ */ bool gpio_vbus_inverted; u16 gpio_vbus; /* high == vbus present */ + bool gpio_pullup_inverted; u16 gpio_pullup; /* high == pullup activated */ };