From 4691941b45d168187e58ec547701b223ffeeb5b3 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 12 Jan 2016 13:56:44 +0100 Subject: ARM: zynq: Fix all remaining zynq platform to use stdout-path Fix console setup for all remaining zynq boards. Signed-off-by: Michal Simek --- arch/arm/dts/zynq-zc770-xm010.dts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'arch/arm/dts/zynq-zc770-xm010.dts') diff --git a/arch/arm/dts/zynq-zc770-xm010.dts b/arch/arm/dts/zynq-zc770-xm010.dts index 07e2b7a738..b6982c0c45 100644 --- a/arch/arm/dts/zynq-zc770-xm010.dts +++ b/arch/arm/dts/zynq-zc770-xm010.dts @@ -21,9 +21,8 @@ }; chosen { - bootargs = "console=ttyPS0,115200 root=/dev/ram rw earlyprintk"; - linux,stdout-path = &uart1; - stdout-path = &uart1; + bootargs = "root=/dev/ram rw earlyprintk"; + stdout-path = "serial0:115200n8"; }; memory { -- cgit v1.2.1