mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 19:01:37 +00:00
ARM: dts: imx: Pass empty memory size on board dts
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>
This commit is contained in:
parent
bf4556703b
commit
6de57233aa
@ -51,6 +51,11 @@
|
||||
stdout-path = &uart1;
|
||||
};
|
||||
|
||||
/* Will be filled by the bootloader */
|
||||
memory {
|
||||
reg = <0 0>;
|
||||
};
|
||||
|
||||
aliases {
|
||||
mdio-gpio0 = &mdio_gpio;
|
||||
rtc0 = &ds1341;
|
||||
|
@ -49,6 +49,11 @@
|
||||
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;
|
||||
|
@ -53,6 +53,11 @@
|
||||
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;
|
||||
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
@ -49,6 +49,11 @@
|
||||
model = "Auvidea H100";
|
||||
compatible = "auvidea,h100", "fsl,imx6q";
|
||||
|
||||
/* Will be filled by the bootloader */
|
||||
memory {
|
||||
reg = <0 0>;
|
||||
};
|
||||
|
||||
aliases {
|
||||
rtc0 = &rtc;
|
||||
rtc1 = &snvs_rtc;
|
||||
|
@ -55,6 +55,11 @@
|
||||
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;
|
||||
};
|
||||
|
@ -46,6 +46,11 @@
|
||||
/ {
|
||||
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 {
|
||||
|
@ -47,6 +47,11 @@
|
||||
/ {
|
||||
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 {
|
||||
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
@ -47,6 +47,11 @@
|
||||
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";
|
||||
|
@ -42,6 +42,11 @@
|
||||
#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>;
|
||||
|
@ -40,6 +40,11 @@
|
||||
*/
|
||||
|
||||
/ {
|
||||
/* Will be filled by the bootloader */
|
||||
memory {
|
||||
reg = <0 0>;
|
||||
};
|
||||
|
||||
chosen {
|
||||
stdout-path = &uart1;
|
||||
};
|
||||
|
@ -40,6 +40,11 @@
|
||||
*/
|
||||
|
||||
/ {
|
||||
/* Will be filled by the bootloader */
|
||||
memory {
|
||||
reg = <0 0>;
|
||||
};
|
||||
|
||||
chosen {
|
||||
stdout-path = &uart1;
|
||||
};
|
||||
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user