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

Commit 80e9f3e9 authored by Chintan Pandya's avatar Chintan Pandya
Browse files

ARM: dts: msm: Pass implementation details



There are few implementation specific differences that SMMUv2
driver needs to support. Pass proper implementation related
info to the driver to consider MMU-500 specific work.

Change-Id: I4ac368e57c774178ae7632cba4485b23bc65e6bf
Signed-off-by: default avatarChintan Pandya <cpandya@codeaurora.org>
parent 68d9da80
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

&soc {
	gfx_iommu: qcom,iommu@1f00000 {
		compatible = "qcom,msm-smmu-v2";
		compatible = "qcom,msm-smmu-v2", "qcom,msm-mmu-500";
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;
@@ -46,7 +46,7 @@
	};

	apps_iommu: qcom,iommu@1e00000 {
		compatible = "qcom,msm-smmu-v2";
		compatible = "qcom,msm-smmu-v2", "qcom,msm-mmu-500";
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;