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 <quic_schikk@quicinc.com>
This commit is contained in:
committed by
Prakash Yadachi
parent
1d20653581
commit
0630eeca99
@@ -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 {
|
||||
|
Reference in New Issue
Block a user