From: "Joseph Guo (OSS)" <qijian.guo@oss.nxp.com>
To: Fabio Estevam <festevam@gmail.com>, haibo.chen@nxp.com
Cc: Joseph Guo <qijian.guo@nxp.com>,
"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
u-boot@lists.denx.de, Stefano Babic <sbabic@nabladev.com>,
Tom Rini <trini@konsulko.com>, Peng Fan <peng.fan@nxp.com>,
Sumit Garg <sumit.garg@oss.qualcomm.com>, Ye Li <ye.li@nxp.com>,
Alice Guo <alice.guo@nxp.com>, Adam Ford <aford173@gmail.com>,
Sam Protsenko <semen.protsenko@linaro.org>,
Marek Vasut <marek.vasut+renesas@mailbox.org>,
Simon Glass <sjg@chromium.org>,
Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>,
Francesco Valla <francesco@valla.it>,
Jacky Bai <ping.bai@nxp.com>, Justin Jiang <justin.jiang@nxp.com>
Subject: Re: [EXT] Re: [PATCH v2 2/2] imx: Support i.MX91 11x11 FRDM board
Date: Fri, 5 Dec 2025 11:12:32 +0800 [thread overview]
Message-ID: <8eb15a35-bc1c-46b8-8f49-a2f37d2638d6@oss.nxp.com> (raw)
In-Reply-To: <CAOMZO5B+NtDy1WOgOF71F2OzrpNzbDeUctvOKk5eK55H9Z4f6g@mail.gmail.com>
On 12/4/2025 10:03 PM, Fabio Estevam wrote:
> Hi Joseph,
>
> On Thu, Dec 4, 2025 at 4:12 AM Joseph Guo (OSS) <qijian.guo@oss.nxp.com> wrote:
>
>> Hi Fabio,
>>
>> USDHC2 is for SD card and its initial stage is at u-boot.
>> The IO voltage switch from 3.3v to 1.8v need extra 8ms time on some
>> platform. I also tested without this delay, SD card can work as SD3.0 on
>> imx91 frdm platform.
>>
>> I prefer to remain this to avoid potential risk as 91evk 93evk 93frdm
>> all remain this property.
>
> I understand that a few NXP boards use this
> fsl,signal-voltage-switch-extra-delay-ms property.
>
> Linux does not use it. U-Boot should not use it either. Whatever
> solution the kernel applies to provide this delay, let's use it in
> U-Boot.
>
> I would really appreciate it if you could investigate this with the
> NXP folks and try to remove this custom property from U-Boot.
>
> Let's keep the U-Bot dts files as close as possible with Linux.
>
> I appreciate your understanding and cooperation.
>
> Thanks
Hi Fabio,
I understand your requirement. But as I said, the IO voltage switch only
happen on u-boot stage, so it is kind of u-boot specific requirement.
So you mean we need to add this delay control into kernel driver, and
add this property into kernel dts even kernel stage didn't need to
control it?
Since we don't have this issue on FRDM-IMX91. How about I remove this
property on this commit first. And we can have further discussion on how
to resolve this property.
Regards,
Joseph
next prev parent reply other threads:[~2025-12-05 4:24 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-02 10:05 [PATCH v2 0/2] Add FRDM-IMX91 initial support Joseph Guo
2025-12-02 10:05 ` [PATCH v2 1/2] arm64: dts: add NXP FRDM-IMX91 device tree Joseph Guo
2025-12-02 10:05 ` [PATCH v2 2/2] imx: Support i.MX91 11x11 FRDM board Joseph Guo
2025-12-03 13:53 ` Francesco Valla
2025-12-03 14:27 ` Fabio Estevam
2025-12-04 7:12 ` [EXT] " Joseph Guo (OSS)
2025-12-04 14:03 ` Fabio Estevam
2025-12-05 3:12 ` Joseph Guo (OSS) [this message]
2025-12-05 10:43 ` Fabio Estevam
2025-12-03 14:11 ` [PATCH v2 0/2] Add FRDM-IMX91 initial support Francesco Valla
2025-12-04 2:30 ` Joseph Guo
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=8eb15a35-bc1c-46b8-8f49-a2f37d2638d6@oss.nxp.com \
--to=qijian.guo@oss.nxp.com \
--cc=aford173@gmail.com \
--cc=alice.guo@nxp.com \
--cc=festevam@gmail.com \
--cc=francesco@valla.it \
--cc=haibo.chen@nxp.com \
--cc=justin.jiang@nxp.com \
--cc=marek.vasut+renesas@mailbox.org \
--cc=mathieu.dubois-briand@bootlin.com \
--cc=peng.fan@nxp.com \
--cc=ping.bai@nxp.com \
--cc=qijian.guo@nxp.com \
--cc=sbabic@nabladev.com \
--cc=semen.protsenko@linaro.org \
--cc=sjg@chromium.org \
--cc=sumit.garg@oss.qualcomm.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=uboot-imx@nxp.com \
--cc=ye.li@nxp.com \
/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