ARM: dts: imx: Pass empty memory size on board dts
authorMarco Franchi <marcofrk@gmail.com>
Wed, 24 Jan 2018 13:22:12 +0000 (11:22 -0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 12 Feb 2018 13:13:13 +0000 (21:13 +0800)
In preparation for removing 'reg = <0 0>;' from the dtsi SoC files, pass
'reg = <0 0 >;' to the dts/dtsi board files that do not pass the memory
size.

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>
17 files changed:
arch/arm/boot/dts/imx51-zii-rdu1.dts
arch/arm/boot/dts/imx53-tx53.dtsi
arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts
arch/arm/boot/dts/imx6dl-dfi-fs700-m60.dts
arch/arm/boot/dts/imx6dl-ts4900.dts
arch/arm/boot/dts/imx6dl-ts7970.dts
arch/arm/boot/dts/imx6q-dfi-fs700-m60.dts
arch/arm/boot/dts/imx6q-h100.dts
arch/arm/boot/dts/imx6q-novena.dts
arch/arm/boot/dts/imx6q-ts4900.dts
arch/arm/boot/dts/imx6q-ts7970.dts
arch/arm/boot/dts/imx6q-zii-rdu2.dts
arch/arm/boot/dts/imx6qdl-apalis.dtsi
arch/arm/boot/dts/imx6qdl-cubox-i.dtsi
arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi
arch/arm/boot/dts/imx6qp-zii-rdu2.dts

index 5306b78de0caa8be8d456e3a84744507159e6975..aa36204f917f8ad6ee5216a6ba4d22e8d40553f6 100644 (file)
                stdout-path = &uart1;
        };
 
+       /* Will be filled by the bootloader */
+       memory {
+               reg = <0 0>;
+       };
+
        aliases {
                mdio-gpio0 = &mdio_gpio;
                rtc0 = &ds1341;
index a22e461fc1681db11160ce4b9827ed4b9b9a8e80..e77dd0a4e1b9799dbd3fe0041407b5d0f6083fac 100644 (file)
        model = "Ka-Ro electronics TX53 module";
        compatible = "karo,tx53", "fsl,imx53";
 
+       /* Will be filled by the bootloader */
+       memory {
+               reg = <0 0>;
+       };
+
        aliases {
                can0 = &can2; /* Make the can interface indices consistent with TX28/TX48 modules */
                can1 = &can1;
index dcf9206f3e0d4f86d33ea93315e0f48d1ac2e7fe..700e129d38656c9753d9f01d856268ad4112bd51 100644 (file)
        compatible = "toradex,colibri_imx6dl-eval-v3", "toradex,colibri_imx6dl",
                     "fsl,imx6dl";
 
+       /* Will be filled by the bootloader */
+       memory {
+               reg = <0 0>;
+       };
+
        aliases {
                i2c0 = &i2c2;
                i2c1 = &i2c3;
index 994f96a3fb54bd8954bca70a9f931382f8ed7c35..c195ad629024cebe9e09952b963f0201b5b09693 100644 (file)
@@ -20,4 +20,9 @@
 / {
        model = "DFI FS700-M60-6DL i.MX6dl Q7 Board";
        compatible = "dfi,fs700-m60-6dl", "dfi,fs700e-m60", "fsl,imx6dl";
+
+       /* Will be filled by the bootloader */
+       memory {
+               reg = <0 0>;
+       };
 };
index 6ea0b780677d64bd3b08d4726bd527386d2afcaa..e23f7891cf15b84d72540f51c62c924fb6c02d37 100644 (file)
@@ -46,4 +46,9 @@
 / {
        model = "Technologic Systems i.MX6 Solo/DualLite TS-4900 (Default Device Tree)";
        compatible = "technologic,imx6dl-ts4900", "fsl,imx6dl";
+
+       /* Will be filled by the bootloader */
+       memory {
+               reg = <0 0>;
+       };
 };
index d104daf305d9dd28a6bf40ff8f673c38a5d91533..cae3313201a1660b35662845bc2699c64e93f941 100644 (file)
@@ -47,4 +47,9 @@
 / {
        model = "Technologic Systems i.MX6 Solo/DualLite TS-7970 (Default Device Tree)";
        compatible = "technologic,imx6dl-ts7970", "fsl,imx6dl";
+
+       /* Will be filled by the bootloader */
+       memory {
+               reg = <0 0>;
+       };
 };
index fd0ad9a8866c3476ea2f058deaa1c8bdf33b1c64..a266fe6adaa34b1421c4ab8b45623c716f0d0248 100644 (file)
@@ -20,4 +20,9 @@
 / {
        model = "DFI FS700-M60-6QD i.MX6qd Q7 Board";
        compatible = "dfi,fs700-m60-6qd", "dfi,fs700e-m60", "fsl,imx6q";
+
+       /* Will be filled by the bootloader */
+       memory {
+               reg = <0 0>;
+       };
 };
index 8a2ea6c58902faccf84eda5c58a8a33b870181b0..db0e738b539162b7e7975b7be758570b79b86fb4 100644 (file)
        model = "Auvidea H100";
        compatible = "auvidea,h100", "fsl,imx6q";
 
+       /* Will be filled by the bootloader */
+       memory {
+               reg = <0 0>;
+       };
+
        aliases {
                rtc0 = &rtc;
                rtc1 = &snvs_rtc;
index 7d7dc59507cfd0bf3e2e55d3d64a2107fdb729dd..43a0c32ea85f2e5c8fbee5198e5bf7e283f9f99b 100644 (file)
        model = "Kosagi Novena Dual/Quad";
        compatible = "kosagi,imx6q-novena", "fsl,imx6q";
 
+       /* Will be filled by the bootloader */
+       memory {
+               reg = <0 0>;
+       };
+
        chosen {
                stdout-path = &uart2;
        };
index fab76f8cd0768adb0a010d52417b5a84d90d74d0..9cf7b375588db8652c8a590fbd7c83374c43b848 100644 (file)
 / {
        model = "Technologic Systems i.MX6 Quad TS-4900 (Default Device Tree)";
        compatible = "technologic,imx6q-ts4900", "fsl,imx6q";
+
+       /* Will be filled by the bootloader */
+       memory {
+               reg = <0 0>;
+       };
 };
 
 &sata {
index f19e18995e6817b28542d38079f7863ee19fc7d0..fd84fc53f1eabbdc24ffb03188f8153d8f36ee1c 100644 (file)
 / {
        model = "Technologic Systems i.MX6 Quad TS-7970 (Default Device Tree)";
        compatible = "technologic,imx6q-ts7970", "fsl,imx6q";
+
+       /* Will be filled by the bootloader */
+       memory {
+               reg = <0 0>;
+       };
 };
 
 &sata {
index 6be8a1eea895c3e2be096006fe70751e62bfea4c..fe8b12f31a4c33c0a1d3f511b841086546664106 100644 (file)
@@ -47,4 +47,9 @@
 / {
        model = "ZII RDU2 Board";
        compatible = "zii,imx6q-zii-rdu2", "fsl,imx6q";
+
+       /* Will be filled by the bootloader */
+       memory {
+               reg = <0 0>;
+       };
 };
index 4e776e036cbcf4026a4fc9f0a93550a33dc8454e..bd658db01290ff3d463433ae6016399db85eafeb 100644 (file)
        model = "Toradex Apalis iMX6Q/D Module";
        compatible = "toradex,apalis_imx6q", "fsl,imx6q";
 
+       /* Will be filled by the bootloader */
+       memory {
+               reg = <0 0>;
+       };
+
        backlight: backlight {
                compatible = "pwm-backlight";
                pinctrl-names = "default";
index d1cfdc264126997756e2ebe2651cdabff167bc65..4c5f5132345efb75ee991038f2400e1820ae3054 100644 (file)
 #include <dt-bindings/gpio/gpio.h>
 
 / {
+       /* Will be filled by the bootloader */
+       memory {
+               reg = <0 0>;
+       };
+
        ir_recv: ir-receiver {
                compatible = "gpio-ir-receiver";
                gpios = <&gpio3 9 1>;
index 92583238ca4ad956bbe6e6637a8eeee53ef97ff5..52eeeed11eb135f9c8f1810358ed06f9bc675111 100644 (file)
  */
 
 / {
+       /* Will be filled by the bootloader */
+       memory {
+               reg = <0 0>;
+       };
+
        chosen {
                stdout-path = &uart1;
        };
index dffbc92e0023945216b9c0bb5707b005f200b5ec..e68e7db0f3bdd0734ce0d7cc4191d4deb67fe690 100644 (file)
  */
 
 / {
+       /* Will be filled by the bootloader */
+       memory {
+               reg = <0 0>;
+       };
+
        chosen {
                stdout-path = &uart1;
        };
index 547a76677ab3af64e9e2b6c8fdf115343a63f18f..96ab983918e406478229ac00234e2ca5ac20f40d 100644 (file)
@@ -47,4 +47,9 @@
 / {
        model = "ZII RDU2+ Board";
        compatible = "zii,imx6qp-zii-rdu2", "fsl,imx6qp";
+
+       /* Will be filled by the bootloader */
+       memory {
+               reg = <0 0>;
+       };
 };