summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-08-29 02:00:31 -0500
committerYe Li <ye.li@nxp.com>2017-08-29 21:37:44 -0500
commitbf4aadfc2d212dcb0943b0d2d14bdfd663c4a5cc (patch)
tree140e1b500b493836674b3c1998cad128e3cda4fd
parent37d1f40ff812a96a935ee8bc4902b4e1b941ce34 (diff)
MLK-16287 imx8qxp_arm2: increase the off-on-delay for usdhc2 vmmc supply
Current value of "off-on-delay-us" is 3500us for usdhc2 vmmc regulator, this is measured value but not have margin added. We found QXP ARM2 RevA1 board can't work with this value. So increase it to 5000us with 1500us margin added. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r--arch/arm/dts/fsl-imx8qxp-lpddr4-arm2.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/fsl-imx8qxp-lpddr4-arm2.dts b/arch/arm/dts/fsl-imx8qxp-lpddr4-arm2.dts
index 8b4460c99b..d044ca762e 100644
--- a/arch/arm/dts/fsl-imx8qxp-lpddr4-arm2.dts
+++ b/arch/arm/dts/fsl-imx8qxp-lpddr4-arm2.dts
@@ -52,7 +52,7 @@
gpio = <&gpio4 19 GPIO_ACTIVE_HIGH>;
enable-active-high;
startup-delay-us = <300>;
- off-on-delay-us = <3500>;
+ off-on-delay-us = <5000>;
};
};
};