[PATCH v2 0/3] arm64: dts: qcom: x1e80100: Describe SDCs and enable support on QCP

From: Abel Vesa
Date: Mon Oct 14 2024 - 04:19:56 EST


The X1E80100 has two SDHC controllers (called SDC2 and SDC4).
Describe both of them and enable the SDC2 on QCP. This brings
SD card support for the microSD port on QCP.

The SDC4 is described but there is no device outthere yet that makes
use of it, AFAIK.

Didn't include the SDC4 pins yet because there are some bindings
errors that need to be addressed, and since there is no HW that
actually uses it, we can describe them at a later stage.

Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxx>
---
Changes in v2:
- rebased on next-20241011
- dropped the bindings schema update patch
- dropped the sdhci-caps-mask properties from both
controllers as SDR104/SDR50 are actually supported
- Link to v1: https://lore.kernel.org/r/20241008-x1e80100-qcp-sdhc-v1-0-dfef4c92ae31@xxxxxxxxxx

---
Abel Vesa (3):
arm64: dts: qcom: x1e80100: Describe the SDHC controllers
arm64: dts: qcom: x1e80100: Describe TLMM pins for SDC2
arm64: dts: qcom: x1e80100-qcp: Enable SD card support

arch/arm64/boot/dts/qcom/x1e80100-qcp.dts | 20 +++++
arch/arm64/boot/dts/qcom/x1e80100.dtsi | 142 ++++++++++++++++++++++++++++++
2 files changed, 162 insertions(+)
---
base-commit: d61a00525464bfc5fe92c6ad713350988e492b88
change-id: 20241007-x1e80100-qcp-sdhc-15c716dad946

Best regards,
--
Abel Vesa <abel.vesa@xxxxxxxxxx>