On 27.06.2023 17:32, Caleb Connolly wrote: > The c630 exposes its debug UART via a connector on the PCB, enable it. > > Signed-off-by: Caleb Connolly <caleb.connolly@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts b/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts > index 94e37e5d2177..090f73251994 100644 > --- a/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts > +++ b/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts > @@ -33,6 +33,7 @@ / { > chassis-type = "convertible"; > > aliases { > + serial0 = &uart9; > hsuart0 = &uart6; > }; > > @@ -708,6 +709,10 @@ bluetooth { > }; > }; > > +&uart9 { > + status = "okay"; > +}; > + > &ufs_mem_hc { > status = "okay"; > >