From f69d1a4881279ca02feffad83ceeb2f7527107e3 Mon Sep 17 00:00:00 2001 From: Jeyaprabu J Date: Wed, 28 Sep 2022 16:35:49 +0530 Subject: [PATCH] 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 --- qcom/msm-arm-smmu-sm8150-v2.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/msm-arm-smmu-sm8150-v2.dtsi b/qcom/msm-arm-smmu-sm8150-v2.dtsi index f1bc17f9..0a438d2d 100644 --- a/qcom/msm-arm-smmu-sm8150-v2.dtsi +++ b/qcom/msm-arm-smmu-sm8150-v2.dtsi @@ -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";