On 27.06.2023 17:32, Caleb Connolly wrote: > This is a follow up on a previous patch Either copy the commit message or reference it by hash, there have probably been 12341234 commits between the landing of that one and this one. For the content: Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > fixing the aliases for > sdm845 devices, fix them here too. > > Signed-off-by: Caleb Connolly <caleb.connolly@xxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 2 +- > arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > 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 090f73251994..62f503508dea 100644 > --- a/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts > +++ b/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts > @@ -34,7 +34,7 @@ / { > > aliases { > serial0 = &uart9; > - hsuart0 = &uart6; > + serial1 = &uart6; > }; > > gpio-keys { > diff --git a/arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts b/arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts > index 41f59e32af64..543837316001 100644 > --- a/arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts > +++ b/arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts > @@ -56,7 +56,7 @@ framebuffer0: framebuffer@80400000 { > }; > > aliases { > - hsuart0 = &uart6; > + serial1 = &uart6; > }; > > /* Reserved memory changes */ >