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: I3a6ae9413c8eeb1102b1bf3c1fe4eb276da23abb
This commit is contained in:
Jeyaprabu J
2022-09-28 16:35:49 +05:30
parent 605d242956
commit f69d1a4881

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";