summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2023-02-08 14:34:07 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-02-10 10:41:37 +0100
commitf083fffe52ae19475391bc4b558442304c348415 (patch)
treee8d67ecc4d6f1f26f1df306ad7def66d857b10af /arch/arm/dts
parente843b84f261ea4f44f34c1aa041cd02998ee7882 (diff)
downloadbarebox-f083fffe52ae19475391bc4b558442304c348415.tar.gz
barebox-f083fffe52ae19475391bc4b558442304c348415.tar.xz
ARM: dts: i.MX8MP: add DDRC compatibles
The upstream DT currently only provides the Synopsis core compatible for the DDRC node. Extend this with more machine specific compatibles to allow our memory size detection to work. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Marco Felsch <m.felsch@pengutronix.de> Link: https://lore.barebox.org/20230208133408.1114573-2-l.stach@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/imx8mp.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mp.dtsi b/arch/arm/dts/imx8mp.dtsi
index 5da79f13d3..778e84318c 100644
--- a/arch/arm/dts/imx8mp.dtsi
+++ b/arch/arm/dts/imx8mp.dtsi
@@ -10,6 +10,10 @@
};
};
+&edacmc {
+ compatible = "fsl,imx8mp-ddrc", "fsl,imx8m-ddrc", "snps,ddrc-3.80a";
+};
+
feat: &ocotp {
#feature-cells = <1>;
barebox,feature-controller;