Message ID | 1476265054-22511-7-git-send-email-jeremymc@redhat.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Delegated to: | Andy Gross |
Headers | show |
On Wed, Oct 12, 2016 at 02:37:33AM -0700, Jeremy McNicoll wrote: > From: Jeremy McNicoll <jmcnicol@redhat.com> > > As per Documentation/devicetree/bindings/chosen.txt so that we > are not relying on implicit defaults. Please fold this patch into the patch introducing the dts file. There's no need for this to be separate. Thanks, Mark. > Signed-off-by: Jeremy McNicoll <jeremymc@redhat.com> > --- > arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts b/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts > index 5cff29f..799aec0 100644 > --- a/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts > +++ b/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts > @@ -27,7 +27,7 @@ > }; > > chosen { > - stdout-path = "serial0"; > + stdout-path = "serial0:115200n8"; > }; > > soc { > -- > 2.6.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 2016-10-12 6:28 AM, Mark Rutland wrote: > On Wed, Oct 12, 2016 at 02:37:33AM -0700, Jeremy McNicoll wrote: >> From: Jeremy McNicoll <jmcnicol@redhat.com> >> >> As per Documentation/devicetree/bindings/chosen.txt so that we >> are not relying on implicit defaults. > > Please fold this patch into the patch introducing the dts file. > > There's no need for this to be separate. agreed. -jeremy > > Thanks, > Mark. > >> Signed-off-by: Jeremy McNicoll <jeremymc@redhat.com> >> --- >> arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts b/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts >> index 5cff29f..799aec0 100644 >> --- a/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts >> +++ b/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts >> @@ -27,7 +27,7 @@ >> }; >> >> chosen { >> - stdout-path = "serial0"; >> + stdout-path = "serial0:115200n8"; >> }; >> >> soc { >> -- >> 2.6.1 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> > -- > To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts b/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts index 5cff29f..799aec0 100644 --- a/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts +++ b/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts @@ -27,7 +27,7 @@ }; chosen { - stdout-path = "serial0"; + stdout-path = "serial0:115200n8"; }; soc {