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-Url: https://git.stricted.de/?a=commitdiff_plain;h=057b3d3cc1b20b7428e1497db3340615db6c02ce;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.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"; };