* [PATCH] ARM: dts: i.MX8MP: imx8mp-skov: skip sd/sdio detection on the eMMC
@ 2024-11-18 16:43 Sven Püschel
2024-11-18 17:56 ` Ahmad Fatoum
0 siblings, 1 reply; 2+ messages in thread
From: Sven Püschel @ 2024-11-18 16:43 UTC (permalink / raw)
To: barebox; +Cc: Sven Püschel
Skip sd/sdio detection on the eMMC to reduce the detection time by
about 270ms. This change is already part of the kernel dtsi file
(see dts/src/arm64/freescale/imx8mp-skov-reva.dtsi).
Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
arch/arm/dts/imx8mp-skov.dts | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/dts/imx8mp-skov.dts b/arch/arm/dts/imx8mp-skov.dts
index 0c0ada1a5c..5271c9deab 100644
--- a/arch/arm/dts/imx8mp-skov.dts
+++ b/arch/arm/dts/imx8mp-skov.dts
@@ -425,6 +425,8 @@ &usdhc3 {
pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
bus-width = <8>;
+ no-sd;
+ no-sdio;
non-removable;
status = "okay";
};
--
2.47.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: i.MX8MP: imx8mp-skov: skip sd/sdio detection on the eMMC
2024-11-18 16:43 [PATCH] ARM: dts: i.MX8MP: imx8mp-skov: skip sd/sdio detection on the eMMC Sven Püschel
@ 2024-11-18 17:56 ` Ahmad Fatoum
0 siblings, 0 replies; 2+ messages in thread
From: Ahmad Fatoum @ 2024-11-18 17:56 UTC (permalink / raw)
To: Sven Püschel, barebox
On 18.11.24 17:43, Sven Püschel wrote:
> Skip sd/sdio detection on the eMMC to reduce the detection time by
> about 270ms. This change is already part of the kernel dtsi file
> (see dts/src/arm64/freescale/imx8mp-skov-reva.dtsi).
>
> Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Next up HS200? ;-)
Cheers,
Ahmad
> ---
> arch/arm/dts/imx8mp-skov.dts | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/dts/imx8mp-skov.dts b/arch/arm/dts/imx8mp-skov.dts
> index 0c0ada1a5c..5271c9deab 100644
> --- a/arch/arm/dts/imx8mp-skov.dts
> +++ b/arch/arm/dts/imx8mp-skov.dts
> @@ -425,6 +425,8 @@ &usdhc3 {
> pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
> pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
> bus-width = <8>;
> + no-sd;
> + no-sdio;
> non-removable;
> status = "okay";
> };
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-18 17:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-18 16:43 [PATCH] ARM: dts: i.MX8MP: imx8mp-skov: skip sd/sdio detection on the eMMC Sven Püschel
2024-11-18 17:56 ` Ahmad Fatoum
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox