Re: [PATCH RESEND v1 2/2] arm64: dts: qcom: lemans-evk: Add SDHCI support for eMMC via overlay
From: Konrad Dybcio
Date: Wed Sep 02 2026 - 12:45:35 EST
On 8/26/26 1:32 PM, Monish Chunara wrote:
> Enable the SDHCI controller for eMMC functionality on the lemans EVK
> using a device tree overlay. Configure the corresponding addresse space
> and resources for eMMC.
These are two separate changes that must be two separate patches
[...]
> diff --git a/arch/arm64/boot/dts/qcom/lemans.dtsi b/arch/arm64/boot/dts/qcom/lemans.dtsi
> index 695eae1b7256..99d21e3d7ab8 100644
> --- a/arch/arm64/boot/dts/qcom/lemans.dtsi
> +++ b/arch/arm64/boot/dts/qcom/lemans.dtsi
> @@ -4300,7 +4300,9 @@ apss_tpdm2_out: endpoint {
>
> sdhc: mmc@87c4000 {
> compatible = "qcom,sa8775p-sdhci", "qcom,sdhci-msm-v5";
> - reg = <0x0 0x087c4000 0x0 0x1000>;
> + reg = <0x0 0x87C4000 0x0 0x1000>,
> + <0x0 0x87C5000 0x0 0x1000>;
Please don't deviate from the existing style (8 lowercase hex digits,
zero-padded in the front if necessary)
Konrad