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

Commit c4bd6887 authored by Neeti Desai's avatar Neeti Desai
Browse files

ARM: dts: msm: Add support for jpeg dma context bank



Add context bank entry for the jpeg dma smmu support

Change-Id: I8f78a25d39cdf7d471f528ebae609a219a6c6f96
Signed-off-by: default avatarNeeti Desai <neetid@codeaurora.org>
parent 97d5ac84
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -256,6 +256,14 @@
				0x0
				0x0
				0x0>;

	qcom,iommu-ctx@fda6f000 {
		compatible = "qcom,msm-smmu-v1-ctx";
		reg = <0xfda6f000 0x1000>;
		interrupts = <0 70 0>;
		qcom,iommu-ctx-sids = <3>;
		label = "jpeg_dma";
	};
};

&kgsl_iommu {