From: Philipp Zabel Date: Mon, 14 Apr 2014 15:37:27 +0000 (+0200) Subject: ARM: dts: pbab01: Set linux,stdout-path to UART4 X-Git-Tag: next-20140502~94^2^2~33 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=35540da512fb4b4ceaf8bf58fa0623c55f10d77f;p=karo-tx-linux.git ARM: dts: pbab01: Set linux,stdout-path to UART4 Signed-off-by: Philipp Zabel Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi index cd2d4af2f519..4e36aef5190d 100644 --- a/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi +++ b/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi @@ -9,6 +9,12 @@ * http://www.gnu.org/copyleft/gpl.html */ +/ { + chosen { + linux,stdout-path = &uart4; + }; +}; + &fec { status = "okay"; };