From: Bjorn Forsman <bjorn.forsman@gmail.com>
Date: Tue, 2 Nov 2010 23:46:04 +0000 (+0100)
Subject: ARM: pxa/colibri: setup pins for USB host port 3
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3534cccd26afdfd3ce0915a4942afca185f2a39b;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

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>
---

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 = {
 	/* UHC */
 	GPIO0_2_USBH_PEN,
 	GPIO1_2_USBH_PWR,
+	GPIO77_USB_P3_1,
+	GPIO78_USB_P3_2,
+	GPIO79_USB_P3_3,
+	GPIO80_USB_P3_4,
+	GPIO81_USB_P3_5,
+	GPIO82_USB_P3_6,
 
 	/* I2C */
 	GPIO21_I2C_SCL,