aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Murphy <robin.murphy@arm.com>2015-01-22 11:21:32 +0000
committerKevin Hilman <khilman@linaro.org>2015-05-13 11:55:36 -0700
commit3c8180696bf0346f125e442e0747ebef440e0a31 (patch)
tree888bca6f76be4b4c396bde06370deb928f51efee
parent616e796c9fad60226373b02e2b6f4349bf9d9704 (diff)
arm64: dts: add baud rate to Juno stdout-path
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 7914a7c5651a5161 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> (cherry picked from commit e0b21800107edbf73385a48275c1fd5a9ecaa4db) Signed-off-by: Kevin Hilman <khilman@linaro.org>
-rw-r--r--arch/arm64/boot/dts/arm/juno.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/arm/juno.dts b/arch/arm64/boot/dts/arm/juno.dts
index cb3073e4e7a8..d429129ecb3d 100644
--- a/arch/arm64/boot/dts/arm/juno.dts
+++ b/arch/arm64/boot/dts/arm/juno.dts
@@ -22,7 +22,7 @@
};
chosen {
- stdout-path = &soc_uart0;
+ stdout-path = "serial0:115200n8";
};
psci {