From: Richard Zhu Date: Mon, 13 Feb 2012 05:32:38 +0000 (+0800) Subject: ENGR00174315 MX6Q max7310 set the default value of PCIE PWR ctrl2 to low X-Git-Tag: v3.0.35-fsl~1486 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c4af0c27de88089e78c3ff74333263ab46b66b15;p=karo-tx-linux.git 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 --- 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;