ARM: dts: msm: add pstore ramoops area for Ravelin

Add ramoops node for Ravelin SoC to enable pstore driver.

Change-Id: Idfe82c6dedf5958b49a10f2751b24b2ff9568c9f
This commit is contained in:
Yue Liu
2022-08-24 13:58:50 +08:00
committed by Gerrit - the friendly Code Review server
parent 0f5a5fd38c
commit 109714e986

View File

@@ -328,6 +328,14 @@
linux,cma-default;
};
ramoops_mem: ramoops_region {
compatible = "ramoops";
alloc-ranges = <0x0 0x00000000 0xffffffff 0xffffffff>;
size = <0x0 0x200000>;
pmsg-size = <0x200000>;
mem-type = <2>;
};
va_md_mem: va_md_mem_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x1 0x00000000 0xfffffffe 0xffffffff>;