summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6q-dfi-fs700-m60.dts
diff options
context:
space:
mode:
authorFabio Estevam2018-02-22 18:16:35 +0100
committerShawn Guo2018-02-28 02:48:05 +0100
commitedc05819786fd5eee330b89bd5892dad1199effc (patch)
treeb79c209ff4767f71ab254dc7e70fade2e5be5fd8 /arch/arm/boot/dts/imx6q-dfi-fs700-m60.dts
parentARM: dts: imx6dl: remove 'lcdif' node (diff)
downloadkernel-qcow2-linux-edc05819786fd5eee330b89bd5892dad1199effc.tar.gz
kernel-qcow2-linux-edc05819786fd5eee330b89bd5892dad1199effc.tar.xz
kernel-qcow2-linux-edc05819786fd5eee330b89bd5892dad1199effc.zip
ARM: dts: imx6: Pass memory unit-adress
Pass the memory unit-adress to fix the following build warnings with W=1: Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name There are cases where dts passes an empty memory node, which will be filled by the bootloader. Passing the memory base address still allows the bootloader to fill the memory size. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Acked-By: Lothar Waßmann <LW@KARO-electronics.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-dfi-fs700-m60.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-dfi-fs700-m60.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6q-dfi-fs700-m60.dts b/arch/arm/boot/dts/imx6q-dfi-fs700-m60.dts
index a266fe6adaa3..ad12d76bbb89 100644
--- a/arch/arm/boot/dts/imx6q-dfi-fs700-m60.dts
+++ b/arch/arm/boot/dts/imx6q-dfi-fs700-m60.dts
@@ -22,7 +22,7 @@
compatible = "dfi,fs700-m60-6qd", "dfi,fs700e-m60", "fsl,imx6q";
/* Will be filled by the bootloader */
- memory {
- reg = <0 0>;
+ memory@10000000 {
+ reg = <0x10000000 0>;
};
};