diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2014-05-07 15:19:00 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-05-16 17:02:07 +0200 |
commit | 48f51963641b30add337b4edb6d48ec351c6daf7 (patch) | |
tree | 63a912b5ea15b0b34a45f0a1905ce8cdfb6f2cb5 /arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi | |
parent | ARM: dts: imx: Fix LVDS mapping for Ventana GW52xx (diff) | |
download | linux-48f51963641b30add337b4edb6d48ec351c6daf7.tar.xz linux-48f51963641b30add337b4edb6d48ec351c6daf7.zip |
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-nitrogen6x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ #include <dt-bindings/input/input.h> / { + chosen { + stdout-path = &uart2; + }; + memory { reg = <0x10000000 0x40000000>; }; |