Skip to content

Commit 827f5fc

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: sc7280: Mark SDHCI hosts as cache-coherent
The SDHCI hosts on SC7280 are cache-coherent, just like on most fairly recent Qualcomm SoCs. Mark them as such. Fixes: 298c81a ("arm64: dts: qcom: sc7280: Add nodes for eMMC and SD card") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20231218-topic-7280_dmac_sdhci-v1-1-97af7efd64a1@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 0afa885 commit 827f5fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,7 @@
10001000

10011001
bus-width = <8>;
10021002
supports-cqe;
1003+
dma-coherent;
10031004

10041005
qcom,dll-config = <0x0007642c>;
10051006
qcom,ddr-config = <0x80040868>;
@@ -3458,6 +3459,7 @@
34583459
operating-points-v2 = <&sdhc2_opp_table>;
34593460

34603461
bus-width = <4>;
3462+
dma-coherent;
34613463

34623464
qcom,dll-config = <0x0007642c>;
34633465

0 commit comments

Comments
 (0)