diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2014-05-07 17:19:00 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-05-16 19:02:07 +0400 |
commit | 48f51963641b30add337b4edb6d48ec351c6daf7 (patch) | |
tree | 63a912b5ea15b0b34a45f0a1905ce8cdfb6f2cb5 /arch/arm/boot/dts/imx6qdl-dfi-fs700-m60.dtsi | |
parent | c5d2fbd0fd3a813517095fbc59339ed1003da79f (diff) | |
download | linux-48f51963641b30add337b4edb6d48ec351c6daf7.tar.xz |
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/imx6qdl-dfi-fs700-m60.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-dfi-fs700-m60.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ }; chosen { - linux,stdout-path = &uart1; + stdout-path = &uart1; }; }; |