diff mbox series

arm64: dts: qcom: fix serial output for sm8250-hdk

Message ID 20201123143538.14198-1-jonathan@marek.ca
State Accepted
Commit 2802821a66f99955afd75ec76209064bfb678697
Headers show
Series arm64: dts: qcom: fix serial output for sm8250-hdk | expand

Commit Message

Jonathan Marek Nov. 23, 2020, 2:35 p.m. UTC
The uart2 node has been renamed, apply the change to sm8250-hdk dts too so
that serial output works.

Fixes: 91ed0e90fc49 ("arm64: dts: qcom: add sm8250 hdk dts")

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
---
 arch/arm64/boot/dts/qcom/sm8250-hdk.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

patchwork-bot+linux-arm-msm@kernel.org Nov. 24, 2020, 4:10 a.m. UTC | #1
Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Mon, 23 Nov 2020 09:35:38 -0500 you wrote:
> The uart2 node has been renamed, apply the change to sm8250-hdk dts too so
> that serial output works.
> 
> Fixes: 91ed0e90fc49 ("arm64: dts: qcom: add sm8250 hdk dts")
> 
> Signed-off-by: Jonathan Marek <jonathan@marek.ca>
> 
> [...]

Here is the summary with links:
  - arm64: dts: qcom: fix serial output for sm8250-hdk
    https://git.kernel.org/qcom/c/2802821a66f9

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sm8250-hdk.dts b/arch/arm64/boot/dts/qcom/sm8250-hdk.dts
index b5026e422aa6..c3a2c5aa6fe9 100644
--- a/arch/arm64/boot/dts/qcom/sm8250-hdk.dts
+++ b/arch/arm64/boot/dts/qcom/sm8250-hdk.dts
@@ -17,7 +17,7 @@  / {
 	compatible = "qcom,sm8250-hdk", "qcom,sm8250";
 
 	aliases {
-		serial0 = &uart2;
+		serial0 = &uart12;
 	};
 
 	chosen {
@@ -387,7 +387,7 @@  &tlmm {
 	gpio-reserved-ranges = <28 4>, <40 4>;
 };
 
-&uart2 {
+&uart12 {
 	status = "okay";
 };