Skip to content

Commit 153543f

Browse files
robclarkaustriancoder
authored andcommitted
arm: dts: qcom: sc7180: Set the compatible string for the GPU SMMU
Set the qcom,adreno-smmu compatible string for the GPU SMMU to enable split pagetables and per-instance pagetables for drm/msm. Signed-off-by: Rob Clark <robdclark@chromium.org>
1 parent 734230b commit 153543f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1958,7 +1958,7 @@
19581958
};
19591959

19601960
adreno_smmu: iommu@5040000 {
1961-
compatible = "qcom,sc7180-smmu-v2", "qcom,smmu-v2";
1961+
compatible = "qcom,sc7180-smmu-v2", "qcom,adreno-smmu", "qcom,smmu-v2";
19621962
reg = <0 0x05040000 0 0x10000>;
19631963
#iommu-cells = <1>;
19641964
#global-interrupts = <2>;

0 commit comments

Comments
 (0)