Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit d2407ed

Browse files
YaroST12KujouYuko
authored andcommitted
ARM64: dts: qcom: Configure pstore region
Signed-off-by: Yaroslav Furman <[email protected]> Signed-off-by: UtsavBalar1231 <[email protected]> Change-Id: I25963ef0eaf674d6df720b507bc1c2eb63fcb22b
1 parent 7d0cddb commit d2407ed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm64/boot/dts/qcom/sm8150.dtsi

+8
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,14 @@
690690
label = "cont_splash_region";
691691
};
692692

693+
ramoops: ramoops@a1600000 {
694+
compatible = "ramoops";
695+
reg = <0x0 0xa1600000 0x0 0x800000>;
696+
record-size = <0x80000>;
697+
console-size = <0x400000>;
698+
pmsg-size = <0x400000>;
699+
};
700+
693701
adsp_mem: adsp_region {
694702
compatible = "shared-dma-pool";
695703
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;

0 commit comments

Comments
 (0)