]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00174315 MX6Q max7310 set the default value of PCIE PWR ctrl2 to low
authorRichard Zhu <r65037@freescale.com>
Mon, 13 Feb 2012 05:32:38 +0000 (13:32 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:00 +0000 (08:34 +0200)
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>
arch/arm/mach-mx6/board-mx6q_arm2.c

index 17eb522067b55c9bbd031df04c05fd27114c0721..5ea5a2ab907eefa406e1df46fc996dbbf50bbefc 100644 (file)
@@ -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;