diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2014-05-07 09:19:00 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-05-16 11:02:07 -0400 |
commit | 48f51963641b30add337b4edb6d48ec351c6daf7 (patch) | |
tree | 63a912b5ea15b0b34a45f0a1905ce8cdfb6f2cb5 | |
parent | c5d2fbd0fd3a813517095fbc59339ed1003da79f (diff) |
ARM: dts: Add stdout-path property to i.MX boards
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>
-rw-r--r-- | arch/arm/boot/dts/imx25-karo-tx25.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx51-babbage.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx53-mba53.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx53-qsb-common.dtsi | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6dl-hummingboard.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6q-gk802.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6q-phytec-pbab01.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6q-udoo.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-dfi-fs700-m60.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-sabrelite.dtsi | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 4 |
15 files changed, 54 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx25-karo-tx25.dts b/arch/arm/boot/dts/imx25-karo-tx25.dts index f8db366c46ff..c83dce9880f9 100644 --- a/arch/arm/boot/dts/imx25-karo-tx25.dts +++ b/arch/arm/boot/dts/imx25-karo-tx25.dts | |||
@@ -16,6 +16,10 @@ | |||
16 | model = "Ka-Ro TX25"; | 16 | model = "Ka-Ro TX25"; |
17 | compatible = "karo,imx25-tx25", "fsl,imx25"; | 17 | compatible = "karo,imx25-tx25", "fsl,imx25"; |
18 | 18 | ||
19 | chosen { | ||
20 | stdout-path = &uart1; | ||
21 | }; | ||
22 | |||
19 | memory { | 23 | memory { |
20 | reg = <0x80000000 0x02000000 0x90000000 0x02000000>; | 24 | reg = <0x80000000 0x02000000 0x90000000 0x02000000>; |
21 | }; | 25 | }; |
diff --git a/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts b/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts index 3c3964a99637..7c869fe3c30b 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts +++ b/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts | |||
@@ -15,6 +15,10 @@ | |||
15 | model = "Phytec pca100 rapid development kit"; | 15 | model = "Phytec pca100 rapid development kit"; |
16 | compatible = "phytec,imx27-pca100-rdk", "phytec,imx27-pca100", "fsl,imx27"; | 16 | compatible = "phytec,imx27-pca100-rdk", "phytec,imx27-pca100", "fsl,imx27"; |
17 | 17 | ||
18 | chosen { | ||
19 | stdout-path = &uart1; | ||
20 | }; | ||
21 | |||
18 | display: display { | 22 | display: display { |
19 | model = "Primeview-PD050VL1"; | 23 | model = "Primeview-PD050VL1"; |
20 | native-mode = <&timing0>; | 24 | native-mode = <&timing0>; |
diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts b/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts index d0b693f12cd2..fe02bc7a24fd 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts +++ b/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts | |||
@@ -13,6 +13,10 @@ | |||
13 | model = "Phytec pcm970"; | 13 | model = "Phytec pcm970"; |
14 | compatible = "phytec,imx27-pcm970", "phytec,imx27-pcm038", "fsl,imx27"; | 14 | compatible = "phytec,imx27-pcm970", "phytec,imx27-pcm038", "fsl,imx27"; |
15 | 15 | ||
16 | chosen { | ||
17 | stdout-path = &uart1; | ||
18 | }; | ||
19 | |||
16 | display0: LQ035Q7 { | 20 | display0: LQ035Q7 { |
17 | model = "Sharp-LQ035Q7"; | 21 | model = "Sharp-LQ035Q7"; |
18 | native-mode = <&timing0>; | 22 | native-mode = <&timing0>; |
diff --git a/arch/arm/boot/dts/imx51-babbage.dts b/arch/arm/boot/dts/imx51-babbage.dts index 89470bfca160..15062a3164a3 100644 --- a/arch/arm/boot/dts/imx51-babbage.dts +++ b/arch/arm/boot/dts/imx51-babbage.dts | |||
@@ -17,6 +17,10 @@ | |||
17 | model = "Freescale i.MX51 Babbage Board"; | 17 | model = "Freescale i.MX51 Babbage Board"; |
18 | compatible = "fsl,imx51-babbage", "fsl,imx51"; | 18 | compatible = "fsl,imx51-babbage", "fsl,imx51"; |
19 | 19 | ||
20 | chosen { | ||
21 | stdout-path = &uart1; | ||
22 | }; | ||
23 | |||
20 | memory { | 24 | memory { |
21 | reg = <0x90000000 0x20000000>; | 25 | reg = <0x90000000 0x20000000>; |
22 | }; | 26 | }; |
diff --git a/arch/arm/boot/dts/imx53-mba53.dts b/arch/arm/boot/dts/imx53-mba53.dts index 7c8c12969892..3f2400b8560b 100644 --- a/arch/arm/boot/dts/imx53-mba53.dts +++ b/arch/arm/boot/dts/imx53-mba53.dts | |||
@@ -17,6 +17,10 @@ | |||
17 | model = "TQ MBa53 starter kit"; | 17 | model = "TQ MBa53 starter kit"; |
18 | compatible = "tq,mba53", "tq,tqma53", "fsl,imx53"; | 18 | compatible = "tq,mba53", "tq,tqma53", "fsl,imx53"; |
19 | 19 | ||
20 | chosen { | ||
21 | stdout-path = &uart2; | ||
22 | }; | ||
23 | |||
20 | backlight { | 24 | backlight { |
21 | compatible = "pwm-backlight"; | 25 | compatible = "pwm-backlight"; |
22 | pwms = <&pwm2 0 50000>; | 26 | pwms = <&pwm2 0 50000>; |
diff --git a/arch/arm/boot/dts/imx53-qsb-common.dtsi b/arch/arm/boot/dts/imx53-qsb-common.dtsi index df9cd9d41c4f..fd8c60dde7de 100644 --- a/arch/arm/boot/dts/imx53-qsb-common.dtsi +++ b/arch/arm/boot/dts/imx53-qsb-common.dtsi | |||
@@ -13,6 +13,10 @@ | |||
13 | #include "imx53.dtsi" | 13 | #include "imx53.dtsi" |
14 | 14 | ||
15 | / { | 15 | / { |
16 | chosen { | ||
17 | stdout-path = &uart1; | ||
18 | }; | ||
19 | |||
16 | memory { | 20 | memory { |
17 | reg = <0x70000000 0x20000000>, | 21 | reg = <0x70000000 0x20000000>, |
18 | <0xb0000000 0x20000000>; | 22 | <0xb0000000 0x20000000>; |
diff --git a/arch/arm/boot/dts/imx6dl-hummingboard.dts b/arch/arm/boot/dts/imx6dl-hummingboard.dts index 5bfae54fb780..121991c6da82 100644 --- a/arch/arm/boot/dts/imx6dl-hummingboard.dts +++ b/arch/arm/boot/dts/imx6dl-hummingboard.dts | |||
@@ -11,6 +11,10 @@ | |||
11 | model = "SolidRun HummingBoard DL/Solo"; | 11 | model = "SolidRun HummingBoard DL/Solo"; |
12 | compatible = "solidrun,hummingboard", "fsl,imx6dl"; | 12 | compatible = "solidrun,hummingboard", "fsl,imx6dl"; |
13 | 13 | ||
14 | chosen { | ||
15 | stdout-path = &uart1; | ||
16 | }; | ||
17 | |||
14 | ir_recv: ir-receiver { | 18 | ir_recv: ir-receiver { |
15 | compatible = "gpio-ir-receiver"; | 19 | compatible = "gpio-ir-receiver"; |
16 | gpios = <&gpio1 2 1>; | 20 | gpios = <&gpio1 2 1>; |
diff --git a/arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts b/arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts index e4ae38fd0269..52446ea4e4c7 100644 --- a/arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts +++ b/arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts | |||
@@ -18,6 +18,10 @@ | |||
18 | model = "Data Modul eDM-QMX6 Board"; | 18 | model = "Data Modul eDM-QMX6 Board"; |
19 | compatible = "dmo,imx6q-edmqmx6", "fsl,imx6q"; | 19 | compatible = "dmo,imx6q-edmqmx6", "fsl,imx6q"; |
20 | 20 | ||
21 | chosen { | ||
22 | stdout-path = &uart2; | ||
23 | }; | ||
24 | |||
21 | aliases { | 25 | aliases { |
22 | gpio7 = &stmpe_gpio1; | 26 | gpio7 = &stmpe_gpio1; |
23 | gpio8 = &stmpe_gpio2; | 27 | gpio8 = &stmpe_gpio2; |
diff --git a/arch/arm/boot/dts/imx6q-gk802.dts b/arch/arm/boot/dts/imx6q-gk802.dts index 0f0c50be8859..703539cf36d3 100644 --- a/arch/arm/boot/dts/imx6q-gk802.dts +++ b/arch/arm/boot/dts/imx6q-gk802.dts | |||
@@ -14,7 +14,7 @@ | |||
14 | compatible = "zealz,imx6q-gk802", "fsl,imx6q"; | 14 | compatible = "zealz,imx6q-gk802", "fsl,imx6q"; |
15 | 15 | ||
16 | chosen { | 16 | chosen { |
17 | linux,stdout-path = &uart4; | 17 | stdout-path = &uart4; |
18 | }; | 18 | }; |
19 | 19 | ||
20 | memory { | 20 | memory { |
diff --git a/arch/arm/boot/dts/imx6q-phytec-pbab01.dts b/arch/arm/boot/dts/imx6q-phytec-pbab01.dts index 3a43dab728a8..c139ac0ebe15 100644 --- a/arch/arm/boot/dts/imx6q-phytec-pbab01.dts +++ b/arch/arm/boot/dts/imx6q-phytec-pbab01.dts | |||
@@ -16,6 +16,10 @@ | |||
16 | / { | 16 | / { |
17 | model = "Phytec phyFLEX-i.MX6 Quad Carrier-Board"; | 17 | model = "Phytec phyFLEX-i.MX6 Quad Carrier-Board"; |
18 | compatible = "phytec,imx6q-pbab01", "phytec,imx6q-pfla02", "fsl,imx6q"; | 18 | compatible = "phytec,imx6q-pbab01", "phytec,imx6q-pfla02", "fsl,imx6q"; |
19 | |||
20 | chosen { | ||
21 | stdout-path = &uart4; | ||
22 | }; | ||
19 | }; | 23 | }; |
20 | 24 | ||
21 | &sata { | 25 | &sata { |
diff --git a/arch/arm/boot/dts/imx6q-udoo.dts b/arch/arm/boot/dts/imx6q-udoo.dts index ed397d149ab6..7cc026753392 100644 --- a/arch/arm/boot/dts/imx6q-udoo.dts +++ b/arch/arm/boot/dts/imx6q-udoo.dts | |||
@@ -16,6 +16,10 @@ | |||
16 | model = "Udoo i.MX6 Quad Board"; | 16 | model = "Udoo i.MX6 Quad Board"; |
17 | compatible = "udoo,imx6q-udoo", "fsl,imx6q"; | 17 | compatible = "udoo,imx6q-udoo", "fsl,imx6q"; |
18 | 18 | ||
19 | chosen { | ||
20 | stdout-path = &uart2; | ||
21 | }; | ||
22 | |||
19 | memory { | 23 | memory { |
20 | reg = <0x10000000 0x40000000>; | 24 | reg = <0x10000000 0x40000000>; |
21 | }; | 25 | }; |
diff --git a/arch/arm/boot/dts/imx6qdl-dfi-fs700-m60.dtsi b/arch/arm/boot/dts/imx6qdl-dfi-fs700-m60.dtsi index 25cf035dd36e..2c253d6d20bd 100644 --- a/arch/arm/boot/dts/imx6qdl-dfi-fs700-m60.dtsi +++ b/arch/arm/boot/dts/imx6qdl-dfi-fs700-m60.dtsi | |||
@@ -22,7 +22,7 @@ | |||
22 | }; | 22 | }; |
23 | 23 | ||
24 | chosen { | 24 | chosen { |
25 | linux,stdout-path = &uart1; | 25 | stdout-path = &uart1; |
26 | }; | 26 | }; |
27 | }; | 27 | }; |
28 | 28 | ||
diff --git a/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi b/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi index 99be301b5232..4c4b17596c8b 100644 --- a/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi +++ b/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi | |||
@@ -14,6 +14,10 @@ | |||
14 | #include <dt-bindings/input/input.h> | 14 | #include <dt-bindings/input/input.h> |
15 | 15 | ||
16 | / { | 16 | / { |
17 | chosen { | ||
18 | stdout-path = &uart2; | ||
19 | }; | ||
20 | |||
17 | memory { | 21 | memory { |
18 | reg = <0x10000000 0x40000000>; | 22 | reg = <0x10000000 0x40000000>; |
19 | }; | 23 | }; |
diff --git a/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi b/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi index 3bec128c7971..6df6127bf835 100644 --- a/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi | |||
@@ -13,6 +13,10 @@ | |||
13 | #include <dt-bindings/input/input.h> | 13 | #include <dt-bindings/input/input.h> |
14 | 14 | ||
15 | / { | 15 | / { |
16 | chosen { | ||
17 | stdout-path = &uart2; | ||
18 | }; | ||
19 | |||
16 | memory { | 20 | memory { |
17 | reg = <0x10000000 0x40000000>; | 21 | reg = <0x10000000 0x40000000>; |
18 | }; | 22 | }; |
diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi index 3db4ca4dd70c..a39217496acc 100644 --- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi | |||
@@ -14,6 +14,10 @@ | |||
14 | #include <dt-bindings/input/input.h> | 14 | #include <dt-bindings/input/input.h> |
15 | 15 | ||
16 | / { | 16 | / { |
17 | chosen { | ||
18 | stdout-path = &uart1; | ||
19 | }; | ||
20 | |||
17 | memory { | 21 | memory { |
18 | reg = <0x10000000 0x40000000>; | 22 | reg = <0x10000000 0x40000000>; |
19 | }; | 23 | }; |