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

Yuanjie Yang posted 3 patches 1 month ago
There is a newer version of this series
.../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(+)
[PATCH v1 0/3] Enable emmc and SD on QCS615
Posted by Yuanjie Yang 1 month ago
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(+)

-- 
2.34.1

Thanks,
Yuanjie