arm64: dts: qcom: sm8150: Add qcom,smmu-500 to Adreno SMMU
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Thu, 16 Feb 2023 14:56:44 +0000 (15:56 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 15 Mar 2023 02:30:47 +0000 (19:30 -0700)
Add the fallback Qualcomm SMMU500 compatible to the Adreno SMMU.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230216145646.4095336-3-konrad.dybcio@linaro.org
arch/arm64/boot/dts/qcom/sm8150.dtsi

index c7e0cc18c21fc4ae314f30d02b79a3e69d301234..55aea7c05ed8a368b22f2e2d9a971a2ad1b44abc 100644 (file)
                };
 
                adreno_smmu: iommu@2ca0000 {
-                       compatible = "qcom,sm8150-smmu-500", "qcom,adreno-smmu", "arm,mmu-500";
+                       compatible = "qcom,sm8150-smmu-500", "qcom,adreno-smmu",
+                                    "qcom,smmu-500", "arm,mmu-500";
                        reg = <0 0x02ca0000 0 0x10000>;
                        #iommu-cells = <2>;
                        #global-interrupts = <1>;