From: Konrad Dybcio Date: Thu, 16 Feb 2023 14:56:46 +0000 (+0100) Subject: arm64: dts: qcom: sm8350: Add qcom,smmu-500 to Adreno SMMU X-Git-Tag: v6.4-rc1~168^2~12^2~194 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=78c61b6b2c33041940f2b22b47b058e83684b3f5;p=linux-2.6-block.git arm64: dts: qcom: sm8350: Add qcom,smmu-500 to Adreno SMMU Add the fallback Qualcomm SMMU500 compatible to the Adreno SMMU. Signed-off-by: Konrad Dybcio Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20230216145646.4095336-5-konrad.dybcio@linaro.org --- diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi index e52deb2ccfb5..e31043dd48a6 100644 --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi @@ -1915,7 +1915,8 @@ }; adreno_smmu: iommu@3da0000 { - compatible = "qcom,sm8350-smmu-500", "qcom,adreno-smmu", "arm,mmu-500"; + compatible = "qcom,sm8350-smmu-500", "qcom,adreno-smmu", + "qcom,smmu-500", "arm,mmu-500"; reg = <0 0x03da0000 0 0x20000>; #iommu-cells = <2>; #global-interrupts = <2>;