MLK-11502 dts: imx7d-sdb: change ramp up delay for VDD_SD1 regulator
authorHaibo Chen <haibo.chen@freescale.com>
Tue, 15 Sep 2015 08:59:30 +0000 (16:59 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:49:00 +0000 (14:49 -0500)
Currently the ramp up delay for VDD_SD1 regulator is 1s, the delay
is added in the following patch:

   commit 558c8cde973b9b2abf9a69e3be5a887d38185da3
   MLK-11277 dts: imx7d-sdb: add ramp up delay for VDD_SD1 regulator

Here we find this delay will also impact the sd1 resume time cost, and
1s is too much for the sd1 resume, so we try to reduce the delay time
of this VDD_SD1 regulator, finally 200ms pass our test.

This patch change the ramp up delay for VDD_SD1 regulator from 1s to
200ms.

Signed-off-by: Haibo Chen <haibo.chen@freescale.com>
(cherry picked from commit 16523e1bd8613c38b8182da36fdae99564980e24)

arch/arm/boot/dts/imx7d-sdb.dts

index fe177d2..02b766b 100644 (file)
                        regulator-min-microvolt = <3300000>;
                        regulator-max-microvolt = <3300000>;
                        gpio = <&gpio5 2 GPIO_ACTIVE_HIGH>;
-                       startup-delay-us = <1000000>;
+                       startup-delay-us = <200000>;
                        enable-active-high;
                };