ARM: dts: zynq: Fix stdout-path and bootargs

parallella - Remove linux,stdout-path.
Use stdout-path to identify kernel console

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
This commit is contained in:
Michal Simek 2015-02-11 13:06:36 +01:00
parent 1b654bc9d4
commit 2221043b75
5 changed files with 10 additions and 6 deletions

View File

@ -34,8 +34,8 @@
};
chosen {
bootargs = "console=ttyPS0,115200 earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait";
linux,stdout-path = "/amba/serial@e0001000";
bootargs = "earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait";
stdout-path = "serial0:115200n8";
};
};

View File

@ -30,7 +30,8 @@
};
chosen {
bootargs = "console=ttyPS0,115200 earlyprintk";
bootargs = "earlyprintk";
stdout-path = "serial0:115200n8";
};
leds {

View File

@ -30,7 +30,8 @@
};
chosen {
bootargs = "console=ttyPS0,115200 earlyprintk";
bootargs = "earlyprintk";
stdout-path = "serial0:115200n8";
};
usb_phy0: phy0 {

View File

@ -29,7 +29,8 @@
};
chosen {
bootargs = "console=ttyPS0,115200 earlyprintk";
bootargs = "earlyprintk";
stdout-path = "serial0:115200n8";
};
usb_phy0: phy0 {

View File

@ -29,7 +29,8 @@
};
chosen {
bootargs = "console=ttyPS0,115200 earlyprintk";
bootargs = "earlyprintk";
stdout-path = "serial0:115200n8";
};
};