Skip to content

Commit ca64389

Browse files
BoughChenShawn Guo
authored andcommitted
arm64: dts: add off-on-delay-us for usdhc2 regulator
For SD card, according to the spec requirement, for sd card power reset operation, it need sd card supply voltage to be lower than 0.5v and keep over 1ms, otherwise, next time power back the sd card supply voltage to 3.3v, sd card can't support SD3.0 mode again. To match such requirement on imx8qm-mek board, add 4.8ms delay between sd power off and power on. Fixes: 307fd14 ("arm64: dts: imx: add imx8qm mek support") Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Haibo Chen <haibo.chen@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent e0d8678 commit ca64389

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm64/boot/dts/freescale/imx8qm-mek.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
regulator-max-microvolt = <3000000>;
264264
gpio = <&lsio_gpio4 7 GPIO_ACTIVE_HIGH>;
265265
enable-active-high;
266+
off-on-delay-us = <4800>;
266267
};
267268

268269
reg_audio: regulator-audio {

0 commit comments

Comments
 (0)