aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa
diff options
context:
space:
mode:
authorBjorn Forsman <bjorn.forsman@gmail.com>2010-11-02 19:46:04 -0400
committerEric Miao <eric.y.miao@gmail.com>2010-12-20 10:07:50 -0500
commit3534cccd26afdfd3ce0915a4942afca185f2a39b (patch)
tree8cc09f3cd3782d6a7a61b1a6a8d14ed1d692b46d /arch/arm/mach-pxa
parente97d0fac8492dd6566f71f9c81ed453c2105f459 (diff)
ARM: pxa/colibri: setup pins for USB host port 3
Tested on a Colibri Evaluation Board Rev.2.1 with a Colibri PXA310 module. Signed-off-by: Bjorn Forsman <bjorn.forsman@gmail.com> Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r--arch/arm/mach-pxa/colibri-pxa300.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/colibri-pxa300.c b/arch/arm/mach-pxa/colibri-pxa300.c
index b5bb248ffb8e..fddb16d07eb0 100644
--- a/arch/arm/mach-pxa/colibri-pxa300.c
+++ b/arch/arm/mach-pxa/colibri-pxa300.c
@@ -46,6 +46,12 @@ static mfp_cfg_t colibri_pxa300_evalboard_pin_config[] __initdata = {
46 /* UHC */ 46 /* UHC */
47 GPIO0_2_USBH_PEN, 47 GPIO0_2_USBH_PEN,
48 GPIO1_2_USBH_PWR, 48 GPIO1_2_USBH_PWR,
49 GPIO77_USB_P3_1,
50 GPIO78_USB_P3_2,
51 GPIO79_USB_P3_3,
52 GPIO80_USB_P3_4,
53 GPIO81_USB_P3_5,
54 GPIO82_USB_P3_6,
49 55
50 /* I2C */ 56 /* I2C */
51 GPIO21_I2C_SCL, 57 GPIO21_I2C_SCL,