ARM: dts: Add stdout-path property to i.MX boards
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 7 May 2014 13:19:00 +0000 (15:19 +0200)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 16 May 2014 15:02:07 +0000 (23:02 +0800)
This adds the stdout-path property to various i.MX boards. Values
of the property have been taken from barebox, so they should be
correct. Also, the older linux,stdout-path property is converted
to stdout-path.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
15 files changed:
arch/arm/boot/dts/imx25-karo-tx25.dts
arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts
arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
arch/arm/boot/dts/imx51-babbage.dts
arch/arm/boot/dts/imx53-mba53.dts
arch/arm/boot/dts/imx53-qsb-common.dtsi
arch/arm/boot/dts/imx6dl-hummingboard.dts
arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts
arch/arm/boot/dts/imx6q-gk802.dts
arch/arm/boot/dts/imx6q-phytec-pbab01.dts
arch/arm/boot/dts/imx6q-udoo.dts
arch/arm/boot/dts/imx6qdl-dfi-fs700-m60.dtsi
arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi
arch/arm/boot/dts/imx6qdl-sabrelite.dtsi
arch/arm/boot/dts/imx6qdl-sabresd.dtsi

index f8db366..c83dce9 100644 (file)
        model = "Ka-Ro TX25";
        compatible = "karo,imx25-tx25", "fsl,imx25";
 
+       chosen {
+               stdout-path = &uart1;
+       };
+
        memory {
                reg = <0x80000000 0x02000000 0x90000000 0x02000000>;
        };
index 3c3964a..7c869fe 100644 (file)
        model = "Phytec pca100 rapid development kit";
        compatible = "phytec,imx27-pca100-rdk", "phytec,imx27-pca100", "fsl,imx27";
 
+       chosen {
+               stdout-path = &uart1;
+       };
+
        display: display {
                model = "Primeview-PD050VL1";
                native-mode = <&timing0>;
index d0b693f..fe02bc7 100644 (file)
        model = "Phytec pcm970";
        compatible = "phytec,imx27-pcm970", "phytec,imx27-pcm038", "fsl,imx27";
 
+       chosen {
+               stdout-path = &uart1;
+       };
+
        display0: LQ035Q7 {
                model = "Sharp-LQ035Q7";
                native-mode = <&timing0>;
index 89470bf..15062a3 100644 (file)
        model = "Freescale i.MX51 Babbage Board";
        compatible = "fsl,imx51-babbage", "fsl,imx51";
 
+       chosen {
+               stdout-path = &uart1;
+       };
+
        memory {
                reg = <0x90000000 0x20000000>;
        };
index 7c8c129..3f2400b 100644 (file)
        model = "TQ MBa53 starter kit";
        compatible = "tq,mba53", "tq,tqma53", "fsl,imx53";
 
+       chosen {
+               stdout-path = &uart2;
+       };
+
        backlight {
                compatible = "pwm-backlight";
                pwms = <&pwm2 0 50000>;
index df9cd9d..fd8c60d 100644 (file)
 #include "imx53.dtsi"
 
 / {
+       chosen {
+               stdout-path = &uart1;
+       };
+
        memory {
                reg = <0x70000000 0x20000000>,
                      <0xb0000000 0x20000000>;
index 5bfae54..121991c 100644 (file)
        model = "SolidRun HummingBoard DL/Solo";
        compatible = "solidrun,hummingboard", "fsl,imx6dl";
 
+       chosen {
+               stdout-path = &uart1;
+       };
+
        ir_recv: ir-receiver {
                compatible = "gpio-ir-receiver";
                gpios = <&gpio1 2 1>;
index e4ae38f..52446ea 100644 (file)
        model = "Data Modul eDM-QMX6 Board";
        compatible = "dmo,imx6q-edmqmx6", "fsl,imx6q";
 
+       chosen {
+               stdout-path = &uart2;
+       };
+
        aliases {
                gpio7 = &stmpe_gpio1;
                gpio8 = &stmpe_gpio2;
index 0f0c50b..703539c 100644 (file)
@@ -14,7 +14,7 @@
        compatible = "zealz,imx6q-gk802", "fsl,imx6q";
 
        chosen {
-               linux,stdout-path = &uart4;
+               stdout-path = &uart4;
        };
 
        memory {
index 3a43dab..c139ac0 100644 (file)
 / {
        model = "Phytec phyFLEX-i.MX6 Quad Carrier-Board";
        compatible = "phytec,imx6q-pbab01", "phytec,imx6q-pfla02", "fsl,imx6q";
+
+       chosen {
+               stdout-path = &uart4;
+       };
 };
 
 &sata {
index ed397d1..7cc0267 100644 (file)
        model = "Udoo i.MX6 Quad Board";
        compatible = "udoo,imx6q-udoo", "fsl,imx6q";
 
+       chosen {
+               stdout-path = &uart2;
+       };
+
        memory {
                reg = <0x10000000 0x40000000>;
        };
index 25cf035..2c253d6 100644 (file)
@@ -22,7 +22,7 @@
        };
 
        chosen {
-               linux,stdout-path = &uart1;
+               stdout-path = &uart1;
        };
 };
 
index 99be301..4c4b175 100644 (file)
 #include <dt-bindings/input/input.h>
 
 / {
+       chosen {
+               stdout-path = &uart2;
+       };
+
        memory {
                reg = <0x10000000 0x40000000>;
        };
index 3bec128..6df6127 100644 (file)
 #include <dt-bindings/input/input.h>
 
 / {
+       chosen {
+               stdout-path = &uart2;
+       };
+
        memory {
                reg = <0x10000000 0x40000000>;
        };
index 3db4ca4..a392174 100644 (file)
 #include <dt-bindings/input/input.h>
 
 / {
+       chosen {
+               stdout-path = &uart1;
+       };
+
        memory {
                reg = <0x10000000 0x40000000>;
        };