Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: sc8180x: Fix adreno smmu compatible

The adreno smmu should be compatible with qcom,adreno-smmu as well for
per-process page tables to work.

Fixes: 8575f197b077 ("arm64: dts: qcom: Introduce the SC8180x platform")
Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230612220532.1884860-1-quic_bjorande@quicinc.com

authored by

Bjorn Andersson and committed by
Bjorn Andersson
e537d5ef a277430b

+2 -1
+2 -1
arch/arm64/boot/dts/qcom/sc8180x.dtsi
··· 2310 2310 }; 2311 2311 2312 2312 adreno_smmu: iommu@2ca0000 { 2313 - compatible = "qcom,sc8180x-smmu-500", "arm,mmu-500"; 2313 + compatible = "qcom,sc8180x-smmu-500", "qcom,adreno-smmu", 2314 + "qcom,smmu-500", "arm,mmu-500"; 2314 2315 reg = <0 0x02ca0000 0 0x10000>; 2315 2316 #iommu-cells = <2>; 2316 2317 #global-interrupts = <1>;