From 47be06eec77c1397f28a19da23e69aa93b88a08b Mon Sep 17 00:00:00 2001 From: Mukesh Ojha Date: Fri, 28 May 2021 18:04:15 +0530 Subject: [PATCH] ARM: dts: msm: Add Pmesg Reserved Memory for Waipio Add Pmesg reserved memory to enable the function to collect user-space log in pstore. And the mem-type is set to 2 for better performance. Change-Id: I260c7cc0bbf1fefed61ce5f324cbd39644d7d8cf --- qcom/waipio.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qcom/waipio.dtsi b/qcom/waipio.dtsi index 8a2705b0..1338bb94 100644 --- a/qcom/waipio.dtsi +++ b/qcom/waipio.dtsi @@ -653,6 +653,13 @@ size = <0x0 0x800000>; }; + qcom: ramoops { + compatible = "ramoops"; + reg = <0x0 0xa9000000 0x0 0x200000>; + pmsg-size = <0x200000>; + mem-type = <2>; + }; + /* global autoconfigured region for contiguous allocations */ system_cma: linux,cma { compatible = "shared-dma-pool";