Message ID | 1475375919-618-8-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/qcom/msm8992-bullhead-rev-101.dts b/arch/arm64/boot/dts/qcom/msm8992-bullhead-rev-101.dts index 7f7f4a6..90d3971 100644 --- a/arch/arm64/boot/dts/qcom/msm8992-bullhead-rev-101.dts +++ b/arch/arm64/boot/dts/qcom/msm8992-bullhead-rev-101.dts @@ -26,7 +26,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/qcom/msm8992-bullhead-rev-101.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)