From: Bingwu Zhang <xtexchooser@xxxxxxxx> Add pstore node to allow for retrieving crash logs. Tested-by: Bingwu Zhang <xtexchooser@xxxxxxxx> # on SM-G9008W (samsung-kltechn) Signed-off-by: Bingwu Zhang <xtexchooser@xxxxxxxx> --- .../qcom-msm8974pro-samsung-klte-common.dtsi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte-common.dtsi b/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte-common.dtsi index b5443fd5b425..ff98b9362b0d 100644 --- a/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte-common.dtsi +++ b/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte-common.dtsi @@ -126,6 +126,23 @@ led@3 { }; }; + 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>; + ecc-size = <8>; + }; + }; + vreg_wlan: wlan-regulator { compatible = "regulator-fixed"; base-commit: 6fd4da15c334831a865d4700ceb3ff5a917163e3 -- 2.45.2