ARM: dts: qcom: msm8974pro-samsung-klte: Add pstore node
Add pstore node to allow for retrieving crash logs. Signed-off-by: Bingwu Zhang <xtexchooser@duck.com> Link: https://lore.kernel.org/r/20240715122201.345426-2-xtex@envs.net Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
268a968ef9
commit
56080a4977
@@ -149,7 +149,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
reserved_memory: reserved-memory {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges;
|
||||
|
||||
@@ -438,6 +438,19 @@
|
||||
};
|
||||
};
|
||||
|
||||
&reserved_memory {
|
||||
ramoops@3e8e0000 {
|
||||
compatible = "ramoops";
|
||||
reg = <0x3e8e0000 0x200000>;
|
||||
|
||||
console-size = <0x100000>;
|
||||
record-size = <0x10000>;
|
||||
ftrace-size = <0x10000>;
|
||||
pmsg-size = <0x80000>;
|
||||
ecc-size = <8>;
|
||||
};
|
||||
};
|
||||
|
||||
&remoteproc_adsp {
|
||||
status = "okay";
|
||||
cx-supply = <&pma8084_s2>;
|
||||
|
||||
Reference in New Issue
Block a user