summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx7d-ddrc.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/imx7d-ddrc.dtsi')
-rw-r--r--arch/arm/dts/imx7d-ddrc.dtsi6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/dts/imx7d-ddrc.dtsi b/arch/arm/dts/imx7d-ddrc.dtsi
index b4cd597be9..875fff690b 100644
--- a/arch/arm/dts/imx7d-ddrc.dtsi
+++ b/arch/arm/dts/imx7d-ddrc.dtsi
@@ -1,10 +1,12 @@
/*
* Include file to switch board DTS form using hardcoded memory node
- * to dynamic memory size detection based on DDR controller settings
+ * (if specified) to dynamic memory size detection based on DDR
+ * controller settings
*/
/ {
/delete-node/ memory;
+ /delete-node/ memory@80000000;
};
&aips2 {
@@ -12,4 +14,4 @@
compatible = "fsl,imx7d-ddrc";
reg = <0x307a0000 0x10000>;
};
-}; \ No newline at end of file
+};