Commit 0295d4df authored by Jeremy McNicoll's avatar Jeremy McNicoll Committed by Andy Gross

arm64: dts: msm8992: add pstore-ramoops support

With the addition of this ramoops node it enables post mortem
analysis if a debug cable is not attached and/or not available.

All addresses and values were extracted from CAF AOSP marshmallow
DR 1.6.
Signed-off-by: default avatarJeremy McNicoll <jeremymc@redhat.com>
Acked-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 6d4cf750
......@@ -38,6 +38,21 @@ serial@f991e000 {
pinctrl-1 = <&blsp1_uart2_sleep>;
};
};
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
ramoops@1ff00000 {
compatible = "ramoops";
reg = <0x0 0x1ff00000 0x0 0x40000>;
console-size = <0x10000>;
record-size = <0x10000>;
ftrace-size = <0x10000>;
pmsg-size = <0x20000>;
};
};
};
#include "msm8994-smd-rpm.dtsi"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment