Commit 93395f9a authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sm8550: Mark APPS SMMU as dma-coherent

Like on earlier flagship Qualcomm SoCs, the SMMU is dma-coherent.
Mark it as such.

Fixes: ffc50b2d ("arm64: dts: qcom: Add base SM8550 dtsi")
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240210-topic-1v-v1-4-fda0db38e29b@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 91fc7445
...@@ -3972,6 +3972,7 @@ apps_smmu: iommu@15000000 { ...@@ -3972,6 +3972,7 @@ apps_smmu: iommu@15000000 {
<GIC_SPI 694 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 694 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 695 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 695 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 696 IRQ_TYPE_LEVEL_HIGH>; <GIC_SPI 696 IRQ_TYPE_LEVEL_HIGH>;
dma-coherent;
}; };
intc: interrupt-controller@17100000 { intc: interrupt-controller@17100000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment