summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2020-08-20 09:34:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-08-24 08:49:36 +0200
commitd735e7abcce4ec4f7c071d764302c162644ae53d (patch)
treeedc7283c7d79f67573307dba33fc8eed7569459f /arch
parent96058b07068f70e2194e56b70bac68bc4245d447 (diff)
downloadbarebox-d735e7abcce4ec4f7c071d764302c162644ae53d.tar.gz
barebox-d735e7abcce4ec4f7c071d764302c162644ae53d.tar.xz
ARM: dts: imx6q-prti6q: add pstore/ramoops node
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 19acca042d..f2b36553d4 100644
--- a/arch/arm/dts/imx6qdl-prti6q.dtsi
+++ b/arch/arm/dts/imx6qdl-prti6q.dtsi
@@ -16,6 +16,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";