summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2020-10-08 13:07:34 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-10-09 09:19:26 +0200
commit1183b02fabb8017e69011d0a77b4a94e65148f35 (patch)
tree41789b03438c3418046c2e35006be4258e9690bd /arch
parentb8b15292690068797ef2e8be930d8bc3574f4a6f (diff)
downloadbarebox-1183b02fabb8017e69011d0a77b4a94e65148f35.tar.gz
barebox-1183b02fabb8017e69011d0a77b4a94e65148f35.tar.xz
ARM: dts: imx6q-prti6q: add pstore/ramoops node
In some cases we have no UART access, but we still need to get barebox messages. With ramoops enabled, we still can get barebox message from running Linux by reading: cat /sys/fs/pstore/console-ramoops-0 Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx6qdl-prti6q.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qdl-prti6q.dtsi b/arch/arm/dts/imx6qdl-prti6q.dtsi
index f2b36553d4..bfc059e34f 100644
--- a/arch/arm/dts/imx6qdl-prti6q.dtsi
+++ b/arch/arm/dts/imx6qdl-prti6q.dtsi
@@ -27,6 +27,17 @@
};
};
+ reserved-memory {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges;
+
+ /* Address will be determined by the bootloader */
+ ramoops {
+ compatible = "ramoops";
+ };
+ };
+
reg_1v8: regulator-1v8 {
compatible = "regulator-fixed";
regulator-name = "1v8";