Commit 2221043b authored by Michal Simek's avatar Michal Simek

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

parallella - Remove linux,stdout-path.
Use stdout-path to identify kernel console
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Acked-by: default avatarMark Rutland <mark.rutland@arm.com>
parent 1b654bc9
...@@ -34,8 +34,8 @@ memory { ...@@ -34,8 +34,8 @@ memory {
}; };
chosen { chosen {
bootargs = "console=ttyPS0,115200 earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait"; bootargs = "earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait";
linux,stdout-path = "/amba/serial@e0001000"; stdout-path = "serial0:115200n8";
}; };
}; };
......
...@@ -30,7 +30,8 @@ memory { ...@@ -30,7 +30,8 @@ memory {
}; };
chosen { chosen {
bootargs = "console=ttyPS0,115200 earlyprintk"; bootargs = "earlyprintk";
stdout-path = "serial0:115200n8";
}; };
leds { leds {
......
...@@ -30,7 +30,8 @@ memory { ...@@ -30,7 +30,8 @@ memory {
}; };
chosen { chosen {
bootargs = "console=ttyPS0,115200 earlyprintk"; bootargs = "earlyprintk";
stdout-path = "serial0:115200n8";
}; };
usb_phy0: phy0 { usb_phy0: phy0 {
......
...@@ -29,7 +29,8 @@ memory { ...@@ -29,7 +29,8 @@ memory {
}; };
chosen { chosen {
bootargs = "console=ttyPS0,115200 earlyprintk"; bootargs = "earlyprintk";
stdout-path = "serial0:115200n8";
}; };
usb_phy0: phy0 { usb_phy0: phy0 {
......
...@@ -29,7 +29,8 @@ memory { ...@@ -29,7 +29,8 @@ memory {
}; };
chosen { chosen {
bootargs = "console=ttyPS0,115200 earlyprintk"; bootargs = "earlyprintk";
stdout-path = "serial0:115200n8";
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment