From 0630eeca9906d2ce79122d55253f71c535b25be7 Mon Sep 17 00:00:00 2001 From: Swetha Chikkaboraiah Date: Mon, 28 Apr 2025 16:22:23 +0530 Subject: [PATCH] ARM: dts: msm: Update reserved mem for hyp_mem Memory exhaustion observed with the 6MB hyp memory while enabling support for AVF. Also there may be other usecases which might required more MB to run. So increase hyp mem to 14MB to avoid nomem issues. Change-Id: I092104e34b13cbc15506c2a3a83bdd3e9420af46 Signed-off-by: Swetha Chikkaboraiah --- qcom/parrot-reserved-memory.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcom/parrot-reserved-memory.dtsi b/qcom/parrot-reserved-memory.dtsi index 33496207..f1900317 100644 --- a/qcom/parrot-reserved-memory.dtsi +++ b/qcom/parrot-reserved-memory.dtsi @@ -8,9 +8,9 @@ #size-cells = <2>; ranges; - hyp_mem: hyp_region@80000000 { + hyp_mem: hyp_region@0x83600000 { no-map; - reg = <0x0 0x80000000 0x0 0x600000>; + reg = <0x0 0x83600000 0x0 0xe00000>; }; xbl_dtlog_mem: xbl_dtlog_region@80600000 {