Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: qcom: sdx65: Add Qcom SMMU-500 as the fallback for IOMMU node

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

authored by

Manivannan Sadhasivam and committed by
Bjorn Andersson
157178a7 af4ab377

+1 -1
+1 -1
arch/arm/boot/dts/qcom-sdx65.dtsi
··· 456 456 }; 457 457 458 458 apps_smmu: iommu@15000000 { 459 - compatible = "qcom,sdx65-smmu-500", "arm,mmu-500"; 459 + compatible = "qcom,sdx65-smmu-500", "qcom,smmu-500", "arm,mmu-500"; 460 460 reg = <0x15000000 0x40000>; 461 461 #iommu-cells = <2>; 462 462 #global-interrupts = <1>;