Skip to content

Commit

Permalink
arm64: dts: add baud rate to Juno stdout-path
Browse files Browse the repository at this point in the history
Without explicit command-line parameters, the Juno UART ends up running
at 57600 baud in the kernel, which is at odds with the 115200 baud used
by the rest of the firmware. Since commit 7914a7c now lets us
fix this by specifying default options in stdout-path, do so.

Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Robin Murphy authored and Olof Johansson committed Jan 23, 2015
1 parent 5cf9206 commit e0b2180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/arm/juno.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
};

chosen {
stdout-path = &soc_uart0;
stdout-path = "serial0:115200n8";
};

psci {
Expand Down

0 comments on commit e0b2180

Please sign in to comment.