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 /arch/arm/boot/dts/imx25-karo-tx25.dts | |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx25-karo-tx25.dts')
-rw-r--r-- | arch/arm/boot/dts/imx25-karo-tx25.dts | 4 |
1 files changed, 4 insertions, 0 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 | }; |