ARM: dts: qcom-msm8974-rhine: Add pstore node

Add pstore node to allow for retrieving crash logs.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220415115633.575010-23-konrad.dybcio@somainline.org
This commit is contained in:
Konrad Dybcio
2022-04-15 13:56:32 +02:00
committed by Bjorn Andersson
parent e82be679de
commit e63d4c5199

View File

@@ -49,6 +49,22 @@ volume-up {
linux,code = <KEY_VOLUMEUP>;
};
};
reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;
ramoops@3e8e0000 {
compatible = "ramoops";
reg = <0x3e8e0000 0x200000>;
console-size = <0x100000>;
record-size = <0x10000>;
ftrace-size = <0x10000>;
pmsg-size = <0x80000>;
};
};
};
&blsp1_i2c2 {