summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Zhu <r65037@freescale.com>2012-02-13 13:32:38 +0800
committerRichard Zhu <r65037@freescale.com>2012-02-13 15:10:21 +0800
commit1e9813c6c488c49f3d23cc91baf1f14afb642bdf (patch)
tree272ee83a582438456aed9bb1e56b7e51400da4ab
parent1c390a9a8c70c743b453c39c184e0cbc68adb969 (diff)
ENGR00174315 MX6Q max7310 set the default value of PCIE PWR ctrl2 to low
System would be halt, when the default value CTRL_2 is set to high, change the default value to low. root cause: System 3V3 would be dragged down to 1.5V for about 4ms. Signed-off-by: Richard Zhu <r65037@freescale.com>
-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 1e4d073d3d1f..77865dd8db39 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, 1, 1, 0, 0, 0, 0 };
+ int max7310_gpio_value[] = { 0, 1, 0, 1, 0, 0, 0, 0 };
int n;