ARM: dts: msm: Add compatible string for kgsl_smmu

Add qcom,adreno-smmu compatible string for kgsl_smmu node.
msm kgsl driver checks for this compatible string to enable
per-process pagetables.

Change-Id: I9713231d7f1a55c410078d078bfd20b5e42adf01
This commit is contained in:
Jeyaprabu J
2022-11-11 16:56:11 +05:30
parent b1bf903b97
commit 66a3d1588c

View File

@@ -2,7 +2,7 @@
&soc {
kgsl_smmu: kgsl-smmu@2ca0000 {
compatible = "qcom,qsmmu-v500";
compatible = "qcom,qsmmu-v500", "qcom,adreno-smmu";
reg = <0x2ca0000 0x10000>,
<0x2cc2000 0x20>;
reg-names = "base", "tcu-base";