summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6
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 13:41:57 +0800
commit2d47af1fda66af83bba267cb5a6e2b51a6e15546 (patch)
tree412d19729d3be90dd9efb8457bc946d49ad9a59d /arch/arm/mach-mx6
parentee4d63d817bd1cdec2a2e74b82a059e165acc720 (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>
Diffstat (limited to 'arch/arm/mach-mx6')
-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 17eb522067b5..5ea5a2ab907e 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;