Message ID | 20230627-c630-uart-and-1p2-reg-v1-3-b48bfb47639b@linaro.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | arm64: dts: qcom: some sdm850/c630 bits | expand |
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@linaro.org> Konrad > fixing the aliases for > sdm845 devices, fix them here too. > > Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org> > --- > 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 */ >
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 */
This is a follow up on a previous patch fixing the aliases for sdm845 devices, fix them here too. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org> --- 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(-)