From 6d3ed3aa4b72b01d5cc9a6fe5840172c19f36536 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Mon, 2 Oct 2023 12:16:45 +0200 Subject: 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 Link: https://lore.barebox.org/20231002101654.2373000-2-o.rempel@pengutronix.de Signed-off-by: Sascha Hauer --- arch/arm/dts/imx8mp-skov.dts | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'arch/arm/dts') 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"; -- cgit v1.2.3