mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
0f5a5fd38c
commit
109714e986
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user