Skip to content

Commit 923ea19

Browse files
mchunara007Monish Chunara
authored andcommitted
FROMLIST: arm64: dts: qcom: monaco: Move eMMC CQE support from SoC to board DT
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. Link: https://lore.kernel.org/all/20260227105055.2364348-2-monish.chunara@oss.qualcomm.com/ Signed-off-by: Monish Chunara <monish.chunara@oss.qualcomm.com>
1 parent 2e8db98 commit 923ea19

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/qcom/monaco.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4530,7 +4530,6 @@
45304530

45314531
qcom,dll-config = <0x000f64ee>;
45324532
qcom,ddr-config = <0x80040868>;
4533-
supports-cqe;
45344533
dma-coherent;
45354534

45364535
status = "disabled";

arch/arm64/boot/dts/qcom/qcs8300-ride.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,7 @@
697697
vmmc-supply = <&vreg_l8a>;
698698
vqmmc-supply = <&vreg_s4a>;
699699

700+
supports-cqe;
700701
non-removable;
701702
no-sd;
702703
no-sdio;

0 commit comments

Comments
 (0)