From 81405fb3da75c075a9c1dc496826a215f1a5092b Mon Sep 17 00:00:00 2001 From: Swetha Chikkaboraiah Date: Tue, 27 Sep 2022 10:48:31 +0530 Subject: [PATCH] ARM: dts: msm: add pstore ramoops area for khaje Add pstore ramoops node for khaje SoC. Change-Id: Ib3e00e4a233721446de6b1c6a8893938a3a633b7 --- qcom/khaje.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qcom/khaje.dtsi b/qcom/khaje.dtsi index fa07e7aa..449a13be 100644 --- a/qcom/khaje.dtsi +++ b/qcom/khaje.dtsi @@ -550,6 +550,14 @@ size = <0 0x800000>; }; + ramoops_mem: ramoops_region { + compatible = "ramoops"; + alloc-ranges = <0x0 0x00000000 0xffffffff 0xffffffff>; + size = <0x0 0x200000>; + pmsg-size = <0x200000>; + mem-type = <2>; + }; + /* global autoconfigured region for contiguous allocations */ system_cma: linux,cma { compatible = "shared-dma-pool";