ARM: dts: imx: Add memory node unit name

Fix the following warnings from dtc by adding the unit name to memory
nodes:

Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name

Converted using the following command:

perl -p0777i -e 's/memory \{\n\t\treg = \<0x+([0-9a-f])/memory\@$1$\0000000 \{\n\t\treg = <0x$1/m' `find ./arch/arm/boot/dts -name "imx*"`

The files below were manually fixed:
-imx1-ads.dts
-imx1-apf9328.dts
-imx6q-pistachio.dts

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>
This commit is contained in:
Marco Franchi 2018-01-24 11:22:14 -02:00 committed by Shawn Guo
parent 7f08e6aabd
commit ad00e080eb
121 changed files with 121 additions and 121 deletions

View File

@ -20,7 +20,7 @@ chosen {
stdout-path = &uart1;
};
memory {
memory@8000000 {
reg = <0x08000000 0x04000000>;
};

View File

@ -20,7 +20,7 @@ chosen {
stdout-path = &uart1;
};
memory {
memory@8000000 {
reg = <0x08000000 0x00800000>;
};
};

View File

@ -16,7 +16,7 @@ / {
model = "Freescale i.MX23 Evaluation Kit";
compatible = "fsl,imx23-evk", "fsl,imx23";
memory {
memory@40000000 {
reg = <0x40000000 0x08000000>;
};

View File

@ -19,7 +19,7 @@ / {
model = "i.MX23 Olinuxino Low Cost Board";
compatible = "olimex,imx23-olinuxino", "fsl,imx23";
memory {
memory@40000000 {
reg = <0x40000000 0x04000000>;
};

View File

@ -49,7 +49,7 @@ / {
model = "SanDisk Sansa Fuze+";
compatible = "sandisk,sansa_fuze_plus", "fsl,imx23";
memory {
memory@40000000 {
reg = <0x40000000 0x04000000>;
};

View File

@ -16,7 +16,7 @@ / {
model = "Freescale STMP378x Development Board";
compatible = "fsl,stmp378x-devb", "fsl,imx23";
memory {
memory@40000000 {
reg = <0x40000000 0x04000000>;
};

View File

@ -48,7 +48,7 @@ / {
model = "Creative ZEN X-Fi3";
compatible = "creative,x-fi3", "fsl,imx23";
memory {
memory@40000000 {
reg = <0x40000000 0x04000000>;
};

View File

@ -17,7 +17,7 @@ / {
model = "Eukrea CPUIMX25";
compatible = "eukrea,cpuimx25", "fsl,imx25";
memory {
memory@80000000 {
reg = <0x80000000 0x4000000>; /* 64M */
};
};

View File

@ -36,7 +36,7 @@ reg_fec_phy: regulator@0 {
};
};
memory {
memory@80000000 {
reg = <0x80000000 0x02000000 0x90000000 0x02000000>;
};
};

View File

@ -18,7 +18,7 @@ / {
model = "Freescale i.MX25 Product Development Kit";
compatible = "fsl,imx25-pdk", "fsl,imx25";
memory {
memory@80000000 {
reg = <0x80000000 0x4000000>;
};

View File

@ -19,7 +19,7 @@ / {
model = "Armadeus Systems APF27 module";
compatible = "armadeus,imx27-apf27", "fsl,imx27";
memory {
memory@a0000000 {
reg = <0xa0000000 0x04000000>;
};

View File

@ -16,7 +16,7 @@ / {
model = "Eukrea CPUIMX27";
compatible = "eukrea,cpuimx27", "fsl,imx27";
memory {
memory@a0000000 {
reg = <0xa0000000 0x04000000>;
};

View File

@ -16,7 +16,7 @@ / {
model = "Freescale i.MX27 Product Development Kit";
compatible = "fsl,imx27-pdk", "fsl,imx27";
memory {
memory@a0000000 {
reg = <0xa0000000 0x08000000>;
};

View File

@ -17,7 +17,7 @@ / {
model = "Phytec pca100";
compatible = "phytec,imx27-pca100", "fsl,imx27";
memory {
memory@a0000000 {
reg = <0xa0000000 0x08000000>; /* 128MB */
};
};

View File

@ -16,7 +16,7 @@ / {
model = "Phytec pcm038";
compatible = "phytec,imx27-pcm038", "fsl,imx27";
memory {
memory@a0000000 {
reg = <0xa0000000 0x08000000>;
};

View File

@ -16,7 +16,7 @@ / {
model = "Armadeus Systems APF28 module";
compatible = "armadeus,imx28-apf28", "fsl,imx28";
memory {
memory@40000000 {
reg = <0x40000000 0x08000000>;
};

View File

@ -6,7 +6,7 @@ / {
model = "Bluegiga APX4 Development Kit";
compatible = "bluegiga,apx4devkit", "fsl,imx28";
memory {
memory@40000000 {
reg = <0x40000000 0x04000000>;
};

View File

@ -16,7 +16,7 @@ / {
model = "Crystalfontz CFA-10036 Board";
compatible = "crystalfontz,cfa10036", "fsl,imx28";
memory {
memory@40000000 {
reg = <0x40000000 0x08000000>;
};

View File

@ -19,7 +19,7 @@ / {
model = "I2SE Duckbill 2 485";
compatible = "i2se,duckbill-2-485", "i2se,duckbill-2", "fsl,imx28";
memory {
memory@40000000 {
reg = <0x40000000 0x08000000>;
};

View File

@ -20,7 +20,7 @@ / {
model = "I2SE Duckbill 2 EnOcean";
compatible = "i2se,duckbill-2-enocean", "i2se,duckbill-2", "fsl,imx28";
memory {
memory@40000000 {
reg = <0x40000000 0x08000000>;
};

View File

@ -23,7 +23,7 @@ aliases {
ethernet1 = &qca7000;
};
memory {
memory@40000000 {
reg = <0x40000000 0x08000000>;
};

View File

@ -19,7 +19,7 @@ / {
model = "I2SE Duckbill 2";
compatible = "i2se,duckbill-2", "fsl,imx28";
memory {
memory@40000000 {
reg = <0x40000000 0x08000000>;
};

View File

@ -18,7 +18,7 @@ / {
model = "I2SE Duckbill";
compatible = "i2se,duckbill", "fsl,imx28";
memory {
memory@40000000 {
reg = <0x40000000 0x08000000>;
};

View File

@ -23,7 +23,7 @@ / {
model = "Eukrea Electromatique MBMX283LC";
compatible = "eukrea,mbmx283lc", "eukrea,mbmx28lc", "fsl,imx28";
memory {
memory@40000000 {
reg = <0x40000000 0x04000000>;
};
};

View File

@ -22,7 +22,7 @@ / {
model = "Eukrea Electromatique MBMX287LC";
compatible = "eukrea,mbmx287lc", "eukrea,mbmx283lc", "eukrea,mbmx28lc", "fsl,imx28";
memory {
memory@40000000 {
reg = <0x40000000 0x08000000>;
};
};

View File

@ -16,7 +16,7 @@ / {
model = "Freescale i.MX28 Evaluation Kit";
compatible = "fsl,imx28-evk", "fsl,imx28";
memory {
memory@40000000 {
reg = <0x40000000 0x08000000>;
};

View File

@ -15,7 +15,7 @@ / {
model = "Aries/DENX M28";
compatible = "aries,m28", "denx,m28", "fsl,imx28";
memory {
memory@40000000 {
reg = <0x40000000 0x08000000>;
};

View File

@ -16,7 +16,7 @@ / {
model = "MSR M28CU3";
compatible = "msr,m28cu3", "fsl,imx28";
memory {
memory@40000000 {
reg = <0x40000000 0x08000000>;
};

View File

@ -16,7 +16,7 @@ / {
model = "SchulerControl GmbH, SC SPS 1";
compatible = "schulercontrol,imx28-sps1", "fsl,imx28";
memory {
memory@40000000 {
reg = <0x40000000 0x08000000>;
};

View File

@ -19,7 +19,7 @@ / {
model = "Technologic Systems i.MX28 TS-4600";
compatible = "technologic,imx28-ts4600", "fsl,imx28";
memory {
memory@40000000 {
reg = <0x40000000 0x10000000>; /* 256MB */
};

View File

@ -16,7 +16,7 @@ / {
model = "Buglabs i.MX31 Bug 1.x";
compatible = "buglabs,imx31-bug", "fsl,imx31";
memory {
memory@80000000 {
reg = <0x80000000 0x8000000>; /* 128M */
};
};

View File

@ -17,7 +17,7 @@ / {
model = "Eukrea CPUIMX35";
compatible = "eukrea,cpuimx35", "fsl,imx35";
memory {
memory@80000000 {
reg = <0x80000000 0x8000000>; /* 128M */
};
};

View File

@ -17,7 +17,7 @@ / {
model = "Freescale i.MX35 Product Development Kit";
compatible = "fsl,imx35-pdk", "fsl,imx35";
memory {
memory@80000000 {
reg = <0x80000000 0x8000000>,
<0x90000000 0x8000000>;
};

View File

@ -18,7 +18,7 @@ / {
model = "Freescale i.MX50 Evaluation Kit";
compatible = "fsl,imx50-evk", "fsl,imx50";
memory {
memory@70000000 {
reg = <0x70000000 0x80000000>;
};
};

View File

@ -21,7 +21,7 @@ / {
model = "Armadeus Systems APF51 module";
compatible = "armadeus,imx51-apf51", "fsl,imx51";
memory {
memory@90000000 {
reg = <0x90000000 0x20000000>;
};

View File

@ -21,7 +21,7 @@ chosen {
stdout-path = &uart1;
};
memory {
memory@90000000 {
reg = <0x90000000 0x20000000>;
};

View File

@ -16,7 +16,7 @@ / {
model = "Digi ConnectCore CC(W)-MX51";
compatible = "digi,connectcore-ccxmx51-som", "fsl,imx51";
memory {
memory@90000000 {
reg = <0x90000000 0x08000000>;
};
};

View File

@ -22,7 +22,7 @@ / {
model = "Eukrea CPUIMX51";
compatible = "eukrea,cpuimx51", "fsl,imx51";
memory {
memory@90000000 {
reg = <0x90000000 0x10000000>; /* 256M */
};
};

View File

@ -17,7 +17,7 @@ chosen {
stdout-path = &uart1;
};
memory {
memory@90000000 {
reg = <0x90000000 0x10000000>;
};

View File

@ -17,7 +17,7 @@ / {
model = "Freescale i.MX53 Automotive Reference Design Board";
compatible = "fsl,imx53-ard", "fsl,imx53";
memory {
memory@70000000 {
reg = <0x70000000 0x40000000>;
};

View File

@ -21,7 +21,7 @@ chosen {
stdout-path = &uart2;
};
memory {
memory@70000000 {
reg = <0x70000000 0x20000000>,
<0xb0000000 0x20000000>;
};

View File

@ -15,7 +15,7 @@ / {
model = "Aries/DENX M53";
compatible = "aries,imx53-m53", "denx,imx53-m53", "fsl,imx53";
memory {
memory@70000000 {
reg = <0x70000000 0x20000000>,
<0xb0000000 0x20000000>;
};

View File

@ -17,7 +17,7 @@ chosen {
stdout-path = &uart1;
};
memory {
memory@70000000 {
reg = <0x70000000 0x20000000>,
<0xb0000000 0x20000000>;
};

View File

@ -17,7 +17,7 @@ / {
model = "Freescale i.MX53 Smart Mobile Reference Design Board";
compatible = "fsl,imx53-smd", "fsl,imx53";
memory {
memory@70000000 {
reg = <0x70000000 0x40000000>;
};

View File

@ -16,7 +16,7 @@ / {
model = "TQ TQMa53";
compatible = "tq,tqma53", "fsl,imx53";
memory {
memory@70000000 {
reg = <0x70000000 0x40000000>; /* Up to 1GiB */
};

View File

@ -57,7 +57,7 @@ chosen {
stdout-path = &uart1;
};
memory {
memory@70000000 {
reg = <0x70000000 0x20000000>;
};

View File

@ -54,7 +54,7 @@ / {
model = "Armadeus APF6 Solo Module on APF6Dev Board";
compatible = "armadeus,imx6dl-apf6dev", "armadeus,imx6dl-apf6", "fsl,imx6dl";
memory {
memory@10000000 {
reg = <0x10000000 0x20000000>;
};
};

View File

@ -48,7 +48,7 @@ / {
model = "aristainetos2 i.MX6 Dual Lite Board 4";
compatible = "fsl,imx6dl";
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -48,7 +48,7 @@ / {
model = "aristainetos2 i.MX6 Dual Lite Board 7";
compatible = "fsl,imx6dl";
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -27,7 +27,7 @@ backlight {
status = "okay";
};
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -16,7 +16,7 @@ / {
model = "aristainetos i.MX6 Dual Lite Board 7";
compatible = "fsl,imx6dl";
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -16,7 +16,7 @@ / {
model = "Phytec phyFLEX-i.MX6 DualLite/Solo";
compatible = "phytec,imx6dl-pfla02", "fsl,imx6dl";
memory {
memory@10000000 {
reg = <0x10000000 0x20000000>;
};
};

View File

@ -16,7 +16,7 @@ / {
model = "Rex Basic i.MX6 Dual Lite Board";
compatible = "rex,imx6dl-rex-basic", "fsl,imx6dl";
memory {
memory@10000000 {
reg = <0x10000000 0x20000000>;
};
};

View File

@ -15,7 +15,7 @@ / {
model = "RIoTboard i.MX6S";
compatible = "riot,imx6s-riotboard", "fsl,imx6dl";
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -16,7 +16,7 @@ / {
model = "Wandboard i.MX6 Dual Lite Board rev B1";
compatible = "wand,imx6dl-wandboard", "fsl,imx6dl";
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};
};

View File

@ -16,7 +16,7 @@ / {
model = "Wandboard i.MX6 Dual Lite Board revD1";
compatible = "wand,imx6dl-wandboard", "fsl,imx6dl";
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};
};

View File

@ -16,7 +16,7 @@ / {
model = "Wandboard i.MX6 Dual Lite Board";
compatible = "wand,imx6dl-wandboard", "fsl,imx6dl";
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};
};

View File

@ -54,7 +54,7 @@ / {
model = "Armadeus APF6 Quad / Dual Module on APF6Dev Board";
compatible = "armadeus,imx6q-apf6dev", "armadeus,imx6q-apf6", "fsl,imx6q";
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};
};

View File

@ -18,7 +18,7 @@ / {
model = "Freescale i.MX6 Quad Armadillo2 Board";
compatible = "fsl,imx6q-arm2", "fsl,imx6q";
memory {
memory@10000000 {
reg = <0x10000000 0x80000000>;
};

View File

@ -46,7 +46,7 @@
#include <dt-bindings/gpio/gpio.h>
/ {
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -50,7 +50,7 @@ / {
model = "CompuLab CM-FX6";
compatible = "compulab,cm-fx6", "fsl,imx6q";
memory {
memory@10000000 {
reg = <0x10000000 0x80000000>;
};

View File

@ -47,7 +47,7 @@ / {
model = "Liebherr (LWN) display5 i.MX6 Quad Board";
compatible = "lwn,display5", "fsl,imx6q";
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -29,7 +29,7 @@ aliases {
stmpe-i2c1 = &stmpe2;
};
memory {
memory@10000000 {
reg = <0x10000000 0x80000000>;
};

View File

@ -50,7 +50,7 @@ / {
model = "Uniwest Evi";
compatible = "uniwest,imx6q-evi", "fsl,imx6q";
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -18,7 +18,7 @@ chosen {
stdout-path = &uart4;
};
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -60,7 +60,7 @@ led2: user3 {
};
};
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -47,7 +47,7 @@ / {
model = "Embest MarS Board i.MX6Dual";
compatible = "embest,imx6q-marsboard", "fsl,imx6q";
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -19,7 +19,7 @@ / {
model = "Liebherr (LWN) monitor6 i.MX6 Quad Board";
compatible = "lwn,mccmon6", "fsl,imx6q";
memory {
memory@10000000 {
reg = <0x10000000 0x80000000>;
};

View File

@ -16,7 +16,7 @@ / {
model = "Phytec phyFLEX-i.MX6 Quad";
compatible = "phytec,imx6q-pfla02", "fsl,imx6q";
memory {
memory@10000000 {
reg = <0x10000000 0x80000000>;
};
};

View File

@ -56,7 +56,7 @@ chosen {
stdout-path = &uart4;
};
memory: memory {
memory@10000000 {
reg = <0x10000000 0x80000000>;
};

View File

@ -16,7 +16,7 @@ / {
model = "Rex Pro i.MX6 Quad Board";
compatible = "rex,imx6q-rex-pro", "fsl,imx6q";
memory {
memory@10000000 {
reg = <0x10000000 0x80000000>;
};
};

View File

@ -12,7 +12,7 @@ / {
model = "MicroSys sbc6x board";
compatible = "microsys,sbc6x", "fsl,imx6q";
memory {
memory@10000000 {
reg = <0x10000000 0x80000000>;
};
};

View File

@ -59,7 +59,7 @@ chosen {
stdout-path = &uart1;
};
memory {
memory@10000000 {
reg = <0x10000000 0x80000000>;
};

View File

@ -16,7 +16,7 @@ / {
model = "Wandboard i.MX6 Quad Board rev B1";
compatible = "wand,imx6q-wandboard", "fsl,imx6q";
memory {
memory@10000000 {
reg = <0x10000000 0x80000000>;
};
};

View File

@ -16,7 +16,7 @@ / {
model = "Wandboard i.MX6 Quad Board revD1";
compatible = "wand,imx6q-wandboard", "fsl,imx6q";
memory {
memory@10000000 {
reg = <0x10000000 0x80000000>;
};
};

View File

@ -16,7 +16,7 @@ / {
model = "Wandboard i.MX6 Quad Board";
compatible = "wand,imx6q-wandboard", "fsl,imx6q";
memory {
memory@10000000 {
reg = <0x10000000 0x80000000>;
};
};

View File

@ -44,7 +44,7 @@ led1: user2 {
};
};
memory {
memory@10000000 {
reg = <0x10000000 0x20000000>;
};

View File

@ -59,7 +59,7 @@ led2: user3 {
};
};
memory {
memory@10000000 {
reg = <0x10000000 0x20000000>;
};

View File

@ -59,7 +59,7 @@ led2: user3 {
};
};
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -59,7 +59,7 @@ led2: user3 {
};
};
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -74,7 +74,7 @@ led0: user1 {
};
};
memory {
memory@10000000 {
reg = <0x10000000 0x20000000>;
};

View File

@ -51,7 +51,7 @@ led2: user3 {
};
};
memory {
memory@10000000 {
reg = <0x10000000 0x20000000>;
};

View File

@ -80,7 +80,7 @@ led1: user2 {
};
};
memory {
memory@10000000 {
reg = <0x10000000 0x20000000>;
};

View File

@ -83,7 +83,7 @@ led0: user1 {
};
};
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -93,7 +93,7 @@ led2: user3 {
};
};
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -44,7 +44,7 @@
#include <dt-bindings/sound/fsl-imx-audmux.h>
/ {
memory {
memory@10000000 {
reg = <0x10000000 0x80000000>;
};

View File

@ -45,7 +45,7 @@
#include <dt-bindings/sound/fsl-imx-audmux.h>
/ {
memory {
memory@10000000 {
reg = <0x10000000 0x80000000>;
};

View File

@ -46,7 +46,7 @@ chosen {
stdout-path = &uart2;
};
memory {
memory@10000000 {
reg = <0x10000000 0x20000000>;
};

View File

@ -46,7 +46,7 @@ chosen {
stdout-path = &uart2;
};
memory {
memory@10000000 {
reg = <0x10000000 0xF0000000>;
};

View File

@ -46,7 +46,7 @@ chosen {
stdout-path = &uart2;
};
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -48,7 +48,7 @@ chosen {
stdout-path = &uart2;
};
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -15,7 +15,7 @@ / {
model = "Phytec phyFLEX-i.MX6 Quad";
compatible = "phytec,imx6q-pfla02", "fsl,imx6q";
memory {
memory@10000000 {
reg = <0x10000000 0x80000000>;
};

View File

@ -13,7 +13,7 @@
#include <dt-bindings/gpio/gpio.h>
/ {
memory {
memory@10000000 {
reg = <0x10000000 0x80000000>;
};

View File

@ -49,7 +49,7 @@ chosen {
stdout-path = &uart2;
};
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -19,7 +19,7 @@ chosen {
stdout-path = &uart1;
};
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -35,7 +35,7 @@ gpio-poweroff {
pinctrl-names = "default";
};
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -10,7 +10,7 @@
#include <dt-bindings/sound/fsl-imx-audmux.h>
/ {
memory {
memory@10000000 {
reg = <0x10000000 0x40000000>;
};

View File

@ -16,7 +16,7 @@ / {
model = "Wandboard i.MX6 QuadPlus Board revD1";
compatible = "wand,imx6qp-wandboard", "fsl,imx6qp";
memory {
memory@10000000 {
reg = <0x10000000 0x80000000>;
};
};

View File

@ -16,7 +16,7 @@ / {
model = "Freescale i.MX6 SoloLite EVK Board";
compatible = "fsl,imx6sl-evk", "fsl,imx6sl";
memory {
memory@80000000 {
reg = <0x80000000 0x40000000>;
};

View File

@ -54,7 +54,7 @@ / {
model = "WaRP Board";
compatible = "warp,imx6sl-warp", "fsl,imx6sl";
memory {
memory@80000000 {
reg = <0x80000000 0x20000000>;
};

Some files were not shown because too many files have changed in this diff Show More