mbox series

[v1,0/3] Enable emmc and SD on QCS615

Message ID 20241023092708.604195-1-quic_yuanjiey@quicinc.com (mailing list archive)
Headers show
Series Enable emmc and SD on QCS615 | expand

Message

Yuanjie Yang Oct. 23, 2024, 9:27 a.m. UTC
Add SD and emmc support to the QCS615 Ride platform. The SD controller
and emmc controller of QCS615 are derived from SM6115. Include the
relevant binding documents accordingly. Additionally, configure emmc-related
and SD-related opp, power, and interconnect settings in the device tree.

Signed-off-by: Yuanjie Yang <quic_yuanjiey@quicinc.com>
---
This patch series depends on below patch series:
https://lore.kernel.org/all/20240926-add_initial_support_for_qcs615-v3-0-e37617e91c62@quicinc.com/
https://lore.kernel.org/all/20241011063112.19087-1-quic_qqzhou@quicinc.com/

Yuanjie Yang (3):
  dt-bindings: mmc: Add sdhci compatible for QCS615
  arm64: dts: qcom: qcs615: add SD and emmc node
  arm64: dts: qcom: qcs615-ride: Enable SD and emmc node

 .../devicetree/bindings/mmc/sdhci-msm.yaml    |   1 +
 arch/arm64/boot/dts/qcom/qcs615-ride.dts      |  31 +++
 arch/arm64/boot/dts/qcom/qcs615.dtsi          | 198 ++++++++++++++++++
 3 files changed, 230 insertions(+)