Re: [PATCH V1 1/2] arm64: dts: qcom: Add SD Card support for Shikra SoC

From: Dmitry Baryshkov

Date: Thu Jun 04 2026 - 10:10:21 EST


On Thu, Jun 04, 2026 at 05:50:44PM +0530, Monish Chunara wrote:
> Add support for SD card on Shikra SoC and enable the required pinctrl
> configurations.
>
> Signed-off-by: Monish Chunara <monish.chunara@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/shikra.dtsi | 93 ++++++++++++++++++++++++++++
> 1 file changed, 93 insertions(+)
>
> + clocks = <&gcc GCC_SDCC2_AHB_CLK>,
> + <&gcc GCC_SDCC2_APPS_CLK>,
> + <&rpmcc RPM_SMD_XO_CLK_SRC>;

Misaligned

> + clock-names = "iface", "core", "xo";

One perline

> +
> + qcom,dll-config = <0x0007442c>;
> + qcom,ddr-config = <0x80040868>;
> +
> + iommus = <&apps_smmu 0x0a0 0x0>;
> +
> + interconnects = <&system_noc MASTER_SDCC_2 RPM_ALWAYS_TAG
> + &mc_virt SLAVE_EBI_CH0 RPM_ALWAYS_TAG>,

Misaligned, make sure that ampersands are at the same column.

> + <&mem_noc MASTER_AMPSS_M0 RPM_ACTIVE_TAG
> + &config_noc SLAVE_SDCC_2 RPM_ACTIVE_TAG>;
> + interconnect-names = "sdhc-ddr","cpu-sdhc";
> +
> + power-domains = <&rpmpd RPMPD_VDDCX>;
> + operating-points-v2 = <&sdhc2_opp_table>;
> +
> + status = "disabled";
> +

--
With best wishes
Dmitry