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@xxxxxxxxxxx> --- This patch series depends on below patch series: https://lore.kernel.org/all/20240926-add_initial_support_for_qcs615-v3-0-e37617e91c62@xxxxxxxxxxx/ https://lore.kernel.org/all/20241011063112.19087-1-quic_qqzhou@xxxxxxxxxxx/ 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