summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/board-mx6q_arm2.c
diff options
context:
space:
mode:
authorRichard Zhu <r65037@freescale.com>2012-02-08 14:57:56 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:22:30 +0800
commited8b38ba3c62a8a4387ea92a59d79b89a8cdab04 (patch)
tree49a9a492bae3c6e1c45ab70fbad12fd067997857 /arch/arm/mach-mx6/board-mx6q_arm2.c
parent9d131438bcb022617c95e736cfe260660bf8cacb (diff)
ENGR00174033-1 MX6 PCIE: add pcie RC driver
Add PCIE RC driver on MX6 platforms. Based on iwl4965agn pcie wifi device, verified the following features. * Link up is stable * map the CFG, IO and MEM spaces, and CFG/MEM spaces can be accessed Signed-off-by: Richard Zhu <r65037@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/board-mx6q_arm2.c')
-rw-r--r--arch/arm/mach-mx6/board-mx6q_arm2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/board-mx6q_arm2.c b/arch/arm/mach-mx6/board-mx6q_arm2.c
index 5ea5a2ab907e..17eb522067b5 100644
--- a/arch/arm/mach-mx6/board-mx6q_arm2.c
+++ b/arch/arm/mach-mx6/board-mx6q_arm2.c
@@ -394,7 +394,7 @@ static int max7310_1_setup(struct i2c_client *client,
unsigned gpio_base, unsigned ngpio,
void *context)
{
- int max7310_gpio_value[] = { 0, 1, 0, 1, 0, 0, 0, 0 };
+ int max7310_gpio_value[] = { 0, 1, 1, 1, 0, 0, 0, 0 };
int n;