summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull-colibri-nonwifi.dtsi
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2018-02-22 14:16:35 -0300
committerShawn Guo <shawnguo@kernel.org>2018-02-28 09:48:05 +0800
commitedc05819786fd5eee330b89bd5892dad1199effc (patch)
treeb79c209ff4767f71ab254dc7e70fade2e5be5fd8 /arch/arm/boot/dts/imx6ull-colibri-nonwifi.dtsi
parent0f01b91f42bf6bca0edc72dd0472d54d2826477c (diff)
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/imx6ull-colibri-nonwifi.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6ull-colibri-nonwifi.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ull-colibri-nonwifi.dtsi b/arch/arm/boot/dts/imx6ull-colibri-nonwifi.dtsi
index cfda666a34f4..10ab4697950f 100644
--- a/arch/arm/boot/dts/imx6ull-colibri-nonwifi.dtsi
+++ b/arch/arm/boot/dts/imx6ull-colibri-nonwifi.dtsi
@@ -6,7 +6,7 @@
#include "imx6ull-colibri.dtsi"
/ {
- memory {
+ memory@80000000 {
reg = <0x80000000 0x10000000>;
};
};