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

Commit e087a32e authored by Mahesh Voorugonda's avatar Mahesh Voorugonda
Browse files

msm: vidc: ARM: dts: msm: fix non secure CB size



Non secure context bank size should be 1784 MB
instead of 2160 MB, hence correct the same.

Change-Id: I133d427d2f6109bb6e5c133240438925ddf6555e
Signed-off-by: default avatarMahesh Voorugonda <mvooru@codeaurora.org>
parent e03f5b77
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -80,7 +80,7 @@
				<&apps_smmu 0x10a0 0x8>,
				<&apps_smmu 0x10a0 0x8>,
				<&apps_smmu 0x10b0 0x0>;
				<&apps_smmu 0x10b0 0x0>;
			buffer-types = <0xfff>;
			buffer-types = <0xfff>;
			virtual-addr-pool = <0x79000000 0x87000000>;
			virtual-addr-pool = <0x79000000 0x67000000>;
		};
		};


		secure_bitstream_cb {
		secure_bitstream_cb {
@@ -180,7 +180,7 @@
				<&apps_smmu 0x10a0 0x8>,
				<&apps_smmu 0x10a0 0x8>,
				<&apps_smmu 0x10b0 0x0>;
				<&apps_smmu 0x10b0 0x0>;
			buffer-types = <0xfff>;
			buffer-types = <0xfff>;
			virtual-addr-pool = <0x79000000 0x87000000>;
			virtual-addr-pool = <0x79000000 0x67000000>;
		};
		};


		secure_bitstream_cb {
		secure_bitstream_cb {