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>
This commit is contained in:
Fabio Estevam 2018-02-22 14:16:35 -03:00 committed by Shawn Guo
parent 0f01b91f42
commit edc0581978
19 changed files with 36 additions and 36 deletions

View file

@ -54,8 +54,8 @@ / {
"fsl,imx6dl";
/* Will be filled by the bootloader */
memory {
reg = <0 0>;
memory@10000000 {
reg = <0x10000000 0>;
};
aliases {

View file

@ -22,7 +22,7 @@ / {
compatible = "dfi,fs700-m60-6dl", "dfi,fs700e-m60", "fsl,imx6dl";
/* Will be filled by the bootloader */
memory {
reg = <0 0>;
memory@10000000 {
reg = <0x10000000 0>;
};
};

View file

@ -48,7 +48,7 @@ / {
compatible = "technologic,imx6dl-ts4900", "fsl,imx6dl";
/* Will be filled by the bootloader */
memory {
reg = <0 0>;
memory@10000000 {
reg = <0x10000000 0>;
};
};

View file

@ -49,7 +49,7 @@ / {
compatible = "technologic,imx6dl-ts7970", "fsl,imx6dl";
/* Will be filled by the bootloader */
memory {
reg = <0 0>;
memory@10000000 {
reg = <0x10000000 0>;
};
};

View file

@ -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>;
};
};

View file

@ -50,8 +50,8 @@ / {
compatible = "auvidea,h100", "fsl,imx6q";
/* Will be filled by the bootloader */
memory {
reg = <0 0>;
memory@10000000 {
reg = <0x10000000 0>;
};
aliases {

View file

@ -56,8 +56,8 @@ / {
compatible = "kosagi,imx6q-novena", "fsl,imx6q";
/* Will be filled by the bootloader */
memory {
reg = <0 0>;
memory@10000000 {
reg = <0x10000000 0>;
};
chosen {

View file

@ -48,8 +48,8 @@ / {
compatible = "technologic,imx6q-ts4900", "fsl,imx6q";
/* Will be filled by the bootloader */
memory {
reg = <0 0>;
memory@10000000 {
reg = <0x10000000 0>;
};
};

View file

@ -49,8 +49,8 @@ / {
compatible = "technologic,imx6q-ts7970", "fsl,imx6q";
/* Will be filled by the bootloader */
memory {
reg = <0 0>;
memory@10000000 {
reg = <0x10000000 0>;
};
};

View file

@ -49,7 +49,7 @@ / {
compatible = "zii,imx6q-zii-rdu2", "fsl,imx6q";
/* Will be filled by the bootloader */
memory {
reg = <0 0>;
memory@10000000 {
reg = <0x10000000 0>;
};
};

View file

@ -48,8 +48,8 @@ / {
compatible = "toradex,apalis_imx6q", "fsl,imx6q";
/* Will be filled by the bootloader */
memory {
reg = <0 0>;
memory@10000000 {
reg = <0x10000000 0>;
};
backlight: backlight {

View file

@ -43,8 +43,8 @@
/ {
/* Will be filled by the bootloader */
memory {
reg = <0 0>;
memory@10000000 {
reg = <0x10000000 0>;
};
ir_recv: ir-receiver {

View file

@ -41,8 +41,8 @@
/ {
/* Will be filled by the bootloader */
memory {
reg = <0 0>;
memory@10000000 {
reg = <0x10000000 0>;
};
chosen {

View file

@ -41,8 +41,8 @@
/ {
/* Will be filled by the bootloader */
memory {
reg = <0 0>;
memory@10000000 {
reg = <0x10000000 0>;
};
chosen {

View file

@ -61,8 +61,8 @@ aliases {
sdhc1 = &usdhc2;
};
memory {
reg = <0 0>; /* will be filled by U-Boot */
memory@10000000 {
reg = <0x10000000 0>; /* will be filled by U-Boot */
};
clocks {

View file

@ -49,7 +49,7 @@ / {
compatible = "zii,imx6qp-zii-rdu2", "fsl,imx6qp";
/* Will be filled by the bootloader */
memory {
reg = <0 0>;
memory@10000000 {
reg = <0x10000000 0>;
};
};

View file

@ -70,8 +70,8 @@ chosen {
stdout-path = &uart1;
};
memory {
reg = <0 0>; /* will be filled by U-Boot */
memory@80000000 {
reg = <0x80000000 0>; /* will be filled by U-Boot */
};
clocks {

View file

@ -6,7 +6,7 @@
#include "imx6ull-colibri.dtsi"
/ {
memory {
memory@80000000 {
reg = <0x80000000 0x10000000>;
};
};

View file

@ -6,7 +6,7 @@
#include "imx6ull-colibri.dtsi"
/ {
memory {
memory@80000000 {
reg = <0x80000000 0x20000000>;
};