summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2022-06-09 23:43:29 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-06-22 10:51:59 +0200
commit0529149b2756db2ffac206348407cc66922158b4 (patch)
tree51688e30b441e8ca5fb7fa64294675cd93825834
parent63ef678dec6899fc947d0abd21ea4984792624ad (diff)
downloadbarebox-0529149b2756db2ffac206348407cc66922158b4.tar.gz
barebox-0529149b2756db2ffac206348407cc66922158b4.tar.xz
arm: imx8mq: re-enable DDRC for Barebox
With Linux 5.18 the DDRC is disabled for most boards in the upstream DT, as it isn't used. Barebox however needs the DDRC node to be enabled as it has a driver to read the memory size from the controller and ends up with no available RAM without this driver being present. Signed-off-by: Lucas Stach <dev@lynxeye.de> Link: https://lore.barebox.org/20220609214330.1443541-1-dev@lynxeye.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/dts/imx8mq-ddrc.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mq-ddrc.dtsi b/arch/arm/dts/imx8mq-ddrc.dtsi
index 1df39151a1..6961477eef 100644
--- a/arch/arm/dts/imx8mq-ddrc.dtsi
+++ b/arch/arm/dts/imx8mq-ddrc.dtsi
@@ -8,3 +8,7 @@
/delete-node/ memory@40000000;
};
+&ddrc {
+ status = "okay";
+};
+