Re: [PATCH V2 1/3] arm64: dts: qcom: monaco: Move eMMC CQE support from SoC to board DT
From: Monish Chunara
Date: Wed Jul 01 2026 - 04:24:09 EST
On Wed, Jun 17, 2026 at 12:17:28PM +0200, Konrad Dybcio wrote:
> On 6/16/26 3:03 PM, Monish Chunara wrote:
> > The Monaco SoC SDHC controller supports both eMMC and SD cards. However,
> > the 'supports-cqe' property (Command Queue Engine) is specific to eMMC
> > and conflicts with SD card operation.
> >
> > Remove 'supports-cqe' from the SoC device tree to ensure compatibility
> > with SD cards. Simultaneously, add the property explicitly to the
> > qcs8300-ride board device tree, as this board uses the controller in
> > eMMC mode.
> >
> > This ensures the SoC definition remains generic while enabling features
> > correctly at the board level.
> >
> > Signed-off-by: Monish Chunara <monish.chunara@xxxxxxxxxxxxxxxx>
> > ---
> > arch/arm64/boot/dts/qcom/monaco.dtsi | 1 -
> > arch/arm64/boot/dts/qcom/qcs8300-ride.dts | 1 +
>
> Please also fix up monaco-monza-som.dtsi
>
Sure, updated in v3: https://lore.kernel.org/all/20260701081715.2580329-1-monish.chunara@xxxxxxxxxxxxxxxx/
Regards,
Monish