ARM: dts: qcom: sdx65: Add Qcom SMMU-500 as the fallback for IOMMU node
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Mon, 23 Jan 2023 13:19:31 +0000 (18:49 +0530)
committerBjorn Andersson <andersson@kernel.org>
Wed, 8 Feb 2023 22:41:45 +0000 (14:41 -0800)
SDX65 uses the Qcom version of the SMMU-500 IP. So use "qcom,smmu-500"
compatible as the fallback to the SoC specific compatible.

Cc: <stable@vger.kernel.org> # 5.19
Fixes: 98187f7b74bf ("ARM: dts: qcom: sdx65: Enable ARM SMMU")
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230123131931.263024-4-manivannan.sadhasivam@linaro.org
arch/arm/boot/dts/qcom-sdx65.dtsi

index 619cafb6d9b3fa97d5f74b20a90aefc897f9a81b..192f9f94bc8b4cedacf145a80d3e38f9f6ba62ec 100644 (file)
                };
 
                apps_smmu: iommu@15000000 {
-                       compatible = "qcom,sdx65-smmu-500", "arm,mmu-500";
+                       compatible = "qcom,sdx65-smmu-500", "qcom,smmu-500", "arm,mmu-500";
                        reg = <0x15000000 0x40000>;
                        #iommu-cells = <2>;
                        #global-interrupts = <1>;