Message ID | 1467938467-21607-5-git-send-email-jmcnicol@redhat.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Delegated to: | Andy Gross |
Headers | show |
diff --git a/arch/arm64/boot/dts/lge/msm8992-bullhead-rev-101.dts b/arch/arm64/boot/dts/lge/msm8992-bullhead-rev-101.dts index 860cded..f2f525e 100644 --- a/arch/arm64/boot/dts/lge/msm8992-bullhead-rev-101.dts +++ b/arch/arm64/boot/dts/lge/msm8992-bullhead-rev-101.dts @@ -27,7 +27,7 @@ }; chosen { - stdout-path = "serial0"; + stdout-path = "serial0:115200n8"; }; soc {
As per Documentation/devicetree/bindings/chosen.txt so that we are not relying on implicit defaults. Signed-off-by: Jeremy McNicoll <jeremymc@redhat.com> --- arch/arm64/boot/dts/lge/msm8992-bullhead-rev-101.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)