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

Commit 62d5d721 authored by Vignesh Radhakrishnan's avatar Vignesh Radhakrishnan
Browse files

ARM: dts: msm: fix venus context bank sid value for 8092



Fix the venus context bank sid values to the recommended values.

Change-Id: I63caa7a64300a9bed9460cfe0a3ff143a592c3ae
Signed-off-by: default avatarVignesh Radhakrishnan <vigneshr@codeaurora.org>
parent fa184d34
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -201,11 +201,11 @@
				0x1555>;

	venus_ns: qti,iommu-ctx@fdc8c000 {
		qti,iommu-ctx-sids = <0 1 2 3 4 5 7>;
		qti,iommu-ctx-sids = <0 1 2 3 4 5 7 8 9 10 11>;
	};

	venus_sec_bitstream: qti,iommu-ctx@fdc8d000 {
		qti,iommu-ctx-sids = <0x80 0x81 0x82 0x83 0x84>;
		qti,iommu-ctx-sids = <0x80 0x81 0x82 0x83 0x84 0x88 0x8a>;
		label = "venus_sec_bitstream";
	};

@@ -222,7 +222,7 @@
		compatible = "qti,msm-smmu-v1-ctx";
		reg = <0xfdc90000 0x1000>;
		interrupts = <0 42 0>;
		qti,iommu-ctx-sids = <0x87 0xA0>;
		qti,iommu-ctx-sids = <0x87 0x89 0x8b 0xa0>;
		label = "venus_sec_non_pixel";
		qti,secure-context;
	};