From 66a3d1588cd37b3adcbaf51ae55e29c9b4805850 Mon Sep 17 00:00:00 2001 From: Jeyaprabu J Date: Fri, 11 Nov 2022 16:56:11 +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: I9713231d7f1a55c410078d078bfd20b5e42adf01 --- qcom/msm-arm-smmu-sdmshrike.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/msm-arm-smmu-sdmshrike.dtsi b/qcom/msm-arm-smmu-sdmshrike.dtsi index f63b387f..0cb085aa 100644 --- a/qcom/msm-arm-smmu-sdmshrike.dtsi +++ b/qcom/msm-arm-smmu-sdmshrike.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";