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

Commit 23a40c06 authored by Liam Mark's avatar Liam Mark
Browse files

ARM: dts: msm: Support jpeg dma context bank in 8992



Update the 8992 jpeg smmu context banks so that they properly
reflect the 8992 jpeg SMMU configuration.

The 8992 jpeg SMMU has three context banks: encoder0, dma and decode.
Since the decode context bank is not used iommu-ctx-sids is set to
empty.

Change-Id: I7d5c4512a59a487f818384bfb2140d89a4f85678
Signed-off-by: default avatarLiam Mark <lmark@codeaurora.org>
parent 0f7d8a53
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -249,6 +249,15 @@
				0x25
				0x0
				0x0>;

	qcom,iommu-ctx@fda6d000 {
		label = "jpeg_dma";
	};

	qcom,iommu-ctx@fda6e000 {
		/* context bank is not used */
		qcom,iommu-ctx-sids = <>;
	};
};

&kgsl_iommu {