summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2023-10-02 12:16:45 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-10-06 13:43:28 +0200
commit6d3ed3aa4b72b01d5cc9a6fe5840172c19f36536 (patch)
treeb01edc106b2f6e6ae1cf51d1aa54def21ba88d83 /arch/arm/dts
parent7f147d2ef6edd49defa0c136f44dfdc3c103569e (diff)
downloadbarebox-6d3ed3aa4b72b01d5cc9a6fe5840172c19f36536.tar.gz
barebox-6d3ed3aa4b72b01d5cc9a6fe5840172c19f36536.tar.xz
arm: dts: imx8mp-skov: Add reserved-memory for ramoops pstore
Add a reserved-memory node for 'ramoops' in imx8mp-skov device tree to enable persistent storage of logs. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Link: https://lore.barebox.org/20231002101654.2373000-2-o.rempel@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/imx8mp-skov.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mp-skov.dts b/arch/arm/dts/imx8mp-skov.dts
index b7f6fed4b7..4c83bb6bc2 100644
--- a/arch/arm/dts/imx8mp-skov.dts
+++ b/arch/arm/dts/imx8mp-skov.dts
@@ -62,6 +62,17 @@
};
};
+ reserved-memory {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges;
+
+ /* Address will be determined by the bootloader */
+ ramoops {
+ compatible = "ramoops";
+ };
+ };
+
reg_usdhc2_vmmc: regulator-usdhc2 {
compatible = "regulator-fixed";
pinctrl-names = "default";