Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dabaf611 authored by Atanas Filipov's avatar Atanas Filipov Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add missing iommu-cells property for msm8953



The "iommu-cells" is required property and should exist.
It describes the number of cells in an IOMMU
specifier needed to encode an address.

Info:
[0.007961] /soc/qcom,cam_smmu/msm_cam_smmu_cb1:
 could not get #iommu-cells for /soc/qcom,iommu@1e00000
[0.009034] /soc/qcom,cam_smmu/msm_cam_smmu_cb3:
 could not get #iommu-cells for /soc/qcom,iommu@1e00000
[0.008979] /soc/qcom,cam_smmu/msm_cam_smmu_cb4:
 could not get #iommu-cells for /soc/qcom,iommu@1e00000

Change-Id: I98d3c9ba8654dbbd4474b7f95e850b9a18e4bb05
Signed-off-by: default avatarNeeraj Upadhyay <neeraju@codeaurora.org>
Signed-off-by: default avatarAtanas Filipov <afilipov@codeaurora.org>
parent fbf8878a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
		compatible = "qcom,msm-smmu-v2", "qcom,msm-mmu-500";
		#address-cells = <1>;
		#size-cells = <1>;
		#iommu-cells = <1>;
		ranges;
		reg = <0x1e00000 0x40000>;
		reg-names = "iommu_base";