summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl-dfi-fs700-m60.dts
diff options
context:
space:
mode:
authorMarco Franchi <marcofrk@gmail.com>2018-01-24 11:22:12 -0200
committerShawn Guo <shawnguo@kernel.org>2018-02-12 21:13:13 +0800
commit6de57233aa24ccadb909f86ec6fd53ff25e6e2e0 (patch)
treee93add2999d9ddf959d672950e5be2cb7163b268 /arch/arm/boot/dts/imx6dl-dfi-fs700-m60.dts
parentbf4556703b0cd789a2e4f22ac09b0d54cc8a4f67 (diff)
ARM: dts: imx: Pass empty memory size on board dts
In preparation for removing 'reg = <0 0>;' from the dtsi SoC files, pass 'reg = <0 0 >;' to the dts/dtsi board files that do not pass the memory size. Signed-off-by: Marco Franchi <marco.franchi@nxp.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-dfi-fs700-m60.dts')
-rw-r--r--arch/arm/boot/dts/imx6dl-dfi-fs700-m60.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-dfi-fs700-m60.dts b/arch/arm/boot/dts/imx6dl-dfi-fs700-m60.dts
index 994f96a3fb54..c195ad629024 100644
--- a/arch/arm/boot/dts/imx6dl-dfi-fs700-m60.dts
+++ b/arch/arm/boot/dts/imx6dl-dfi-fs700-m60.dts
@@ -20,4 +20,9 @@
/ {
model = "DFI FS700-M60-6DL i.MX6dl Q7 Board";
compatible = "dfi,fs700-m60-6dl", "dfi,fs700e-m60", "fsl,imx6dl";
+
+ /* Will be filled by the bootloader */
+ memory {
+ reg = <0 0>;
+ };
};