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

Commit ccb15fba authored by Vishwanath Raju K's avatar Vishwanath Raju K Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add support for video HEAP ID for sdm660



This video heap is used in case of secure encode when s1 bypassed.

Change-Id: I0665da24a23978f9c691aa1673b9c0bf8030941f
Signed-off-by: default avatarVishwanath Raju K <vishk@codeaurora.org>
parent b76bafaa
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
/* Copyright (c) 2016, 2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016, 2020, 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
@@ -43,5 +43,12 @@
			reg = <9>;
			qcom,ion-heap-type = "SYSTEM_SECURE";
		};

		qcom,ion-heap@12 { /* VIDEO HEAP */
			reg = <12>;
			memory-region = <&video_mem>;
			qcom,ion-heap-type = "HYP_CMA";
		};

	};
};