Devicetree
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64: dts: qcom: monaco: Enable SDHCI storage support
@ 2026-02-27 10:50 Monish Chunara
  2026-02-27 10:50 ` [PATCH 1/3] arm64: dts: qcom: monaco: Move eMMC CQE support from SoC to board DT Monish Chunara
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Monish Chunara @ 2026-02-27 10:50 UTC (permalink / raw)
  To: andersson, konradybcio, robh, krzk+dt, conor+dt, dmitry.baryshkov,
	mani
  Cc: linux-arm-msm, devicetree, linux-kernel, sarthak.garg,
	pradeep.pragallapati, nitin.rawat, Monish Chunara

This series enables SDHCI storage support for both SD Card and eMMC on the
Qualcomm Monaco EVK platform.

The Monaco SoC shares the SDHCI controller between SD Card and eMMC use
cases. Previously, the common SoC dtsi unconditionally enabled the
'supports-cqe' property. This causes regression for SD cards, resulting
in timeouts and initialization failures during the probe sequence, as
the driver attempts to enable Command Queueing (CQE) logic incompatible
with the SD protocol.

To resolve this and enable full storage support, this series:

1. Moves the 'supports-cqe' property out of the common SoC dtsi. It is
   now only enabled in the specific eMMC configuration where it is
   supported.
2. Adds a device tree overlay to enable SD Card support (SDR/DDR modes).
3. Adds a device tree overlay to enable eMMC support. This configuration
   also explicitly disables the UFS controller to prevent power leakage,
   as the VCC regulator is shared between the UFS and eMMC rails on this
   platform.

Validated on Qualcomm Monaco EVK with both SD Card and eMMC modules.

Monish Chunara (3):
  arm64: dts: qcom: monaco: Move eMMC CQE support from SoC to board DT
  arm64: dts: qcom: monaco-evk: Enable SDHCI for SD Card via overlay
  arm64: dts: qcom: monaco-evk: Add SDHCI support for eMMC via overlay

 arch/arm64/boot/dts/qcom/Makefile             |  7 ++
 arch/arm64/boot/dts/qcom/monaco-evk-emmc.dtso | 46 ++++++++++++
 .../boot/dts/qcom/monaco-evk-sd-card.dtso     | 72 +++++++++++++++++++
 arch/arm64/boot/dts/qcom/monaco.dtsi          |  1 -
 arch/arm64/boot/dts/qcom/qcs8300-ride.dts     |  1 +
 5 files changed, 126 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm64/boot/dts/qcom/monaco-evk-emmc.dtso
 create mode 100644 arch/arm64/boot/dts/qcom/monaco-evk-sd-card.dtso

-- 
2.34.1


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

end of thread, other threads:[~2026-06-16 13:01 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-27 10:50 [PATCH 0/3] arm64: dts: qcom: monaco: Enable SDHCI storage support Monish Chunara
2026-02-27 10:50 ` [PATCH 1/3] arm64: dts: qcom: monaco: Move eMMC CQE support from SoC to board DT Monish Chunara
2026-02-27 20:05   ` Dmitry Baryshkov
2026-02-27 10:50 ` [PATCH 2/3] arm64: dts: qcom: monaco-evk: Enable SDHCI for SD Card via overlay Monish Chunara
2026-02-27 20:03   ` Dmitry Baryshkov
2026-03-02 14:24     ` Monish Chunara
2026-03-23 14:15       ` Konrad Dybcio
2026-06-16 12:30         ` Monish Chunara
2026-06-16 13:01           ` Konrad Dybcio
2026-02-27 10:50 ` [PATCH 3/3] arm64: dts: qcom: monaco-evk: Add SDHCI support for eMMC " Monish Chunara
2026-02-27 20:05 ` [PATCH 0/3] arm64: dts: qcom: monaco: Enable SDHCI storage support Dmitry Baryshkov
2026-03-02 14:37   ` Monish Chunara
2026-03-02 14:47     ` Dmitry Baryshkov
2026-03-02 15:05       ` Monish Chunara
2026-03-05  4:51         ` Dmitry Baryshkov
2026-06-16 12:32           ` Monish Chunara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox