Skip to content

Commit 8b0ac59

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: sm6115-j606f: Add ramoops node
Add a ramoops node to enable retrieving crash logs. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230406-topic-lenovo_features-v2-1-625d7cb4a944@linaro.org
1 parent d4a7e17 commit 8b0ac59

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sm6115p-lenovo-j606f.dts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@
5252
wakeup-source;
5353
};
5454
};
55+
56+
reserved-memory {
57+
ramoops@ffc00000 {
58+
compatible = "ramoops";
59+
reg = <0x0 0xffc00000 0x0 0x100000>;
60+
record-size = <0x1000>;
61+
console-size = <0x40000>;
62+
ftrace-size = <0x20000>;
63+
ecc-size = <16>;
64+
};
65+
};
5566
};
5667

5768
&dispcc {

0 commit comments

Comments
 (0)