From: Peng Fan <peng.fan@oss.nxp.com>
To: Marco Felsch <m.felsch@pengutronix.de>
Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
shawnguo@kernel.org, s.hauer@pengutronix.de,
devicetree@vger.kernel.org, Peng Fan <peng.fan@nxp.com>,
linux-kernel@vger.kernel.org, linux-imx@nxp.com,
kernel@pengutronix.de, festevam@gmail.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V2 09/15] arm64: dts: imx8mn-evk: set off-on-delay-us in regulator
Date: Thu, 3 Nov 2022 18:25:35 +0800 [thread overview]
Message-ID: <225fbca6-c98c-6c0d-a68a-b8162451ed47@oss.nxp.com> (raw)
In-Reply-To: <20221028150226.gjixwznlygszbp7m@pengutronix.de>
On 10/28/2022 11:02 PM, Marco Felsch wrote:
> On 22-10-24, Peng Fan (OSS) wrote:
>> From: Peng Fan <peng.fan@nxp.com>
>>
>> Some SD Card controller and power circuitry has increased capacitance,
>> so the usual toggling of regulator to power the card off and on
>> is insufficient.
>>
>> According to SD spec, for sd card power reset operation, the sd card
>> supply voltage needs 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.
>>
>> This patch add the off-on-delay-us, make sure the sd power reset behavior
>> is align with the specification. Without this patch, when do quick system
>> suspend/resume test, some sd card can't work at SD3.0 mode after system
>> resume back.
>>
>> Signed-off-by: Peng Fan <peng.fan@nxp.com>
>> ---
>> arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
>> index 261c36540079..2b4395854283 100644
>> --- a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
>> +++ b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
>> @@ -36,6 +36,7 @@ reg_usdhc2_vmmc: regulator-usdhc2 {
>> regulator-min-microvolt = <3300000>;
>> regulator-max-microvolt = <3300000>;
>> gpio = <&gpio2 19 GPIO_ACTIVE_HIGH>;
>> + off-on-delay-us = <12000>;
>
> All others are using 20000us, did you changed the HW?
This is i.MX8MN. This value should be safe I think,
since it goes through several NXP releases.
Thanks,
Peng.
>
> Regards,
> Marco
>
>> enable-active-high;
>> };
>>
>> --
>> 2.37.1
>>
>>
>>
next prev parent reply other threads:[~2022-11-03 10:25 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-24 3:13 [PATCH V2 00/15] arm64: dts: imx8m-evk: misc dts update Peng Fan (OSS)
2022-10-24 3:13 ` [PATCH V2 01/15] arm64: dts: imx8mp: add mlmix power domain Peng Fan (OSS)
2022-10-28 14:58 ` Marco Felsch
2022-10-24 3:13 ` [PATCH V2 02/15] arm64: dts: imx8mp-evk: correct pcie pad settings Peng Fan (OSS)
2022-10-28 14:59 ` Marco Felsch
2022-10-24 3:13 ` [PATCH V2 03/15] arm64: dts: imx8mp-evk: fix BUCK/LDO voltage Peng Fan (OSS)
2022-10-28 14:53 ` Marco Felsch
2022-11-03 10:22 ` Peng Fan
2022-10-24 3:13 ` [PATCH V2 04/15] ARM64: dts: imx8mp-evk: add pwm support Peng Fan (OSS)
2022-10-28 14:59 ` Marco Felsch
2022-10-24 3:13 ` [PATCH V2 05/15] arm64: dts: imx8mp-evk: enable uart1/3 ports Peng Fan (OSS)
2022-10-28 15:00 ` Marco Felsch
2022-10-24 3:13 ` [PATCH V2 06/15] arm64: dts: imx8mp-evk: enable fspi nor on imx8mp evk Peng Fan (OSS)
2022-10-28 15:00 ` Marco Felsch
2022-10-24 3:13 ` [PATCH V2 07/15] arm64: dts: imx8mp-evk: enable I2C2 node Peng Fan (OSS)
2022-10-28 15:01 ` Marco Felsch
2022-10-24 3:13 ` [PATCH V2 08/15] arm64: dts: imx8mn-evk: update vdd_soc dvs voltage Peng Fan (OSS)
2022-10-24 3:13 ` [PATCH V2 09/15] arm64: dts: imx8mn-evk: set off-on-delay-us in regulator Peng Fan (OSS)
2022-10-28 15:02 ` Marco Felsch
2022-11-03 10:25 ` Peng Fan [this message]
2022-10-24 3:13 ` [PATCH V2 10/15] arm64: dts: imx8mn-evk: add i2c gpio recovery settings Peng Fan (OSS)
2022-10-28 14:44 ` Marco Felsch
2022-10-24 3:13 ` [PATCH V2 11/15] arm64: dts: imx8mn-evk: enable uart1 Peng Fan (OSS)
2022-10-28 15:03 ` Marco Felsch
2022-10-24 3:13 ` [PATCH V2 12/15] arm64: dts: imx8mn-evk: enable usdhc1 Peng Fan (OSS)
2022-10-28 15:05 ` Marco Felsch
2022-10-24 3:13 ` [PATCH V2 13/15] arm64: dts: imx8mm-evk: Enable usdhc1 to support wifi Peng Fan (OSS)
2022-10-28 14:42 ` Marco Felsch
2022-11-03 10:27 ` Peng Fan
2022-10-24 3:13 ` [PATCH V2 14/15] arm64: dts: imx8m[m,p]-evk: change to use off-on-delay-us in regulator Peng Fan (OSS)
2022-10-28 14:41 ` [PATCH V2 14/15] arm64: dts: imx8m[m, p]-evk: " Marco Felsch
2022-10-24 3:13 ` [PATCH V2 15/15] arm64: dts: imx8mm-evk: add vcc supply for pca6416 Peng Fan (OSS)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=225fbca6-c98c-6c0d-a68a-b8162451ed47@oss.nxp.com \
--to=peng.fan@oss.nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=m.felsch@pengutronix.de \
--cc=peng.fan@nxp.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).