summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx51-zii-rdu1.dts
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2018-02-28 03:13:35 +0100
committerShawn Guo <shawnguo@kernel.org>2018-03-01 01:42:40 +0100
commitc08be1ad96ccdb7df63c7c9146ce1808bec20d2f (patch)
treeaab14b1600daf6102dc71994723fb4a9511747e6 /arch/arm/boot/dts/imx51-zii-rdu1.dts
parentARM: dts: imx7s: add spba-bus abstraction (diff)
downloadlinux-c08be1ad96ccdb7df63c7c9146ce1808bec20d2f.tar.xz
linux-c08be1ad96ccdb7df63c7c9146ce1808bec20d2f.zip
ARM: dts: imx5: Pass the memory unit-address
Pass the memory unit-address to fix the following build warnings with W=1: arch/arm/boot/dts/imx51-zii-rdu1.dtb: Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name arch/arm/boot/dts/imx53-tx53-x03x.dtb: Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name arch/arm/boot/dts/imx53-tx53-x13x.dtb: Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name In theses cases an empty memory node is passed, 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> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51-zii-rdu1.dts')
-rw-r--r--arch/arm/boot/dts/imx51-zii-rdu1.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx51-zii-rdu1.dts b/arch/arm/boot/dts/imx51-zii-rdu1.dts
index aa36204f917f..14f4d57ffd31 100644
--- a/arch/arm/boot/dts/imx51-zii-rdu1.dts
+++ b/arch/arm/boot/dts/imx51-zii-rdu1.dts
@@ -52,8 +52,8 @@
};
/* Will be filled by the bootloader */
- memory {
- reg = <0 0>;
+ memory@90000000 {
+ reg = <0x90000000 0>;
};
aliases {