Re: [PATCH 1/1] arm64: dts: msm: Add eMMC support for qcs8300
From: Konrad Dybcio
Date: Fri Jun 13 2025 - 15:40:20 EST
On 6/12/25 11:21 AM, Sayali Lokhande wrote:
> Add eMMC support for qcs8300 board.
>
> Signed-off-by: Sayali Lokhande <quic_sayalil@xxxxxxxxxxx>
> ---
[...]
> + sdhc_1: mmc@87C4000 {
> + compatible = "qcom,sdhci-msm-v5";
This needs a SoC-specific compatible and a corresponding dt-bindings
change (see other soc dtsi files, e.g. x1e80100.dtsi)
> + status = "disabled";
> +
> + reg = <0x0 0x87C4000 0x0 0x1000>,
> + <0x0 0x87C5000 0x0 0x1000>;
Please align the '<'s across this change
> + reg-names = "hc", "cqhci";
> +
> + interrupts = <GIC_SPI 383 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 521 IRQ_TYPE_LEVEL_HIGH>;
> + interrupt-names = "hc_irq", "pwr_irq";
> +
> + clocks = <&gcc GCC_SDCC1_AHB_CLK>,
> + <&gcc GCC_SDCC1_APPS_CLK>,
> + <&rpmhcc RPMH_CXO_CLK>;
> + clock-names = "iface", "core", "xo";
> + interconnects = <&aggre1_noc MASTER_SDC 0 &mc_virt SLAVE_EBI1 0>,
0 -> QCOM_ICC_TAG_ALWAYS on this path
> + <&gem_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_SDC1 0>;
0 -> QCOM_ICC_TAG_ACTIVE_ONLY on this path
> + interconnect-names = "sdhc-ddr","cpu-sdhc";
one per line, please, also change-wide
Konrad