All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] imx8m: introduce high speed mode support in usdhc
@ 2020-12-01  8:58 Andrey Zhizhikin
  2020-12-01  8:58 ` [PATCH 1/2] ARM: dts: imx8m: increase off-on delay on the SD Vcc regulator Andrey Zhizhikin
  2020-12-01  8:58 ` [PATCH 2/2] ARM: dts: imx8m: add UHS or HS400/HS400ES properties Andrey Zhizhikin
  0 siblings, 2 replies; 15+ messages in thread
From: Andrey Zhizhikin @ 2020-12-01  8:58 UTC (permalink / raw)
  To: u-boot

This patch series is targeted to address issues that can be observed
with various sd cards connected to i.MX8M derivatives.

Current configuration of usdhc dts nodes for imx8m SOC derivatives does
experience issues with recognition and mode switch for various sd card
types from different manufacturers, sometimes leading to an abrupted boot
process, either during attempt to load kernel image from attached media
or failure to recognize the sd card when switch to higher speed mode is
performed.

Modifications in patches introduced are aimed to resolve those issue by
introducing a short delay when mode switch in attempted, and enabling
high speed mode quirks for all imx8m derivatives.

Andrey Zhizhikin (2):
  ARM: dts: imx8m: increase off-on delay on the SD Vcc regulator
  ARM: dts: imx8m: add UHS or HS400/HS400ES properties

 arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi    | 3 +++
 arch/arm/dts/fsl-imx8qxp-mek-u-boot.dtsi   | 3 +++
 arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi | 4 ++++
 arch/arm/dts/imx8mm-evk-u-boot.dtsi        | 8 ++++++++
 arch/arm/dts/imx8mn-ddr4-evk-u-boot.dtsi   | 8 ++++++++
 arch/arm/dts/imx8mp-evk-u-boot.dtsi        | 8 ++++++++
 arch/arm/dts/imx8mq-evk.dts                | 4 ++++
 arch/arm/dts/imx8mq-phanbell.dts           | 1 +
 8 files changed, 39 insertions(+)


base-commit: 0719bf42931033c3109ecc6357e8adb567cb637b
-- 
2.17.1

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-12-05 17:17 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-01  8:58 [PATCH 0/2] imx8m: introduce high speed mode support in usdhc Andrey Zhizhikin
2020-12-01  8:58 ` [PATCH 1/2] ARM: dts: imx8m: increase off-on delay on the SD Vcc regulator Andrey Zhizhikin
2020-12-02  8:45   ` Peter Robinson
2020-12-02 10:08     ` ZHIZHIKIN Andrey
2020-12-02 10:18       ` Peter Robinson
2020-12-02 17:59   ` [PATCH v2 " Andrey Zhizhikin
2020-12-01  8:58 ` [PATCH 2/2] ARM: dts: imx8m: add UHS or HS400/HS400ES properties Andrey Zhizhikin
2020-12-02 18:01   ` [PATCH v2 " Andrey Zhizhikin
2020-12-04 16:49     ` ZHIZHIKIN Andrey
2020-12-05  0:42   ` [PATCH " Adam Ford
2020-12-05 14:21     ` ZHIZHIKIN Andrey
2020-12-05 14:31       ` Adam Ford
2020-12-05 15:08         ` ZHIZHIKIN Andrey
2020-12-05 16:55           ` ZHIZHIKIN Andrey
2020-12-05 17:17             ` Adam Ford

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.