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

Commit c0122ea2 authored by Mahesh Voorugonda's avatar Mahesh Voorugonda Committed by Gerrit - the friendly Code Review server
Browse files

msm: vidc: ARM: dts: msm: fix non secure CB virtual address pool size



Non secure context bank size should be 2160 MB instead of 640 MB.
hence, correct the non_secure_cb virtual memory pool address range

Change-Id: I51b92e17343efe51364cf686e261ebb980298c2f
Signed-off-by: default avatarMahesh Voorugonda <mvooru@codeaurora.org>
parent dd006fea
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2019, 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
@@ -80,7 +80,7 @@
				<&apps_smmu 0x10a0 0x8>,
				<&apps_smmu 0x10b0 0x0>;
			buffer-types = <0xfff>;
			virtual-addr-pool = <0x79000000 0x28000000>;
			virtual-addr-pool = <0x79000000 0x87000000>;
		};

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

		secure_bitstream_cb {