Commit 4772c030 authored by Caleb Connolly's avatar Caleb Connolly Committed by Bjorn Andersson

arm64: dts: qcom: sdm845-*: fix uart6 aliases

Some devices have been using hsuart0 as an alias for the bluetooth UART,
rename this to serial1
Signed-off-by: default avatarCaleb Connolly <caleb@connolly.tech>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221016172944.1892206-4-kc@postmarketos.org
parent 9833e23b
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
/ { / {
aliases { aliases {
bluetooth0 = &bluetooth; bluetooth0 = &bluetooth;
hsuart0 = &uart6; serial1 = &uart6;
serial0 = &uart9; serial0 = &uart9;
wifi0 = &wifi; wifi0 = &wifi;
}; };
......
...@@ -22,7 +22,7 @@ / { ...@@ -22,7 +22,7 @@ / {
aliases { aliases {
serial0 = &uart9; serial0 = &uart9;
hsuart0 = &uart6; serial1 = &uart6;
}; };
chosen { chosen {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
/ { / {
aliases { aliases {
serial0 = &uart9; serial0 = &uart9;
hsuart0 = &uart6; serial1 = &uart6;
}; };
chosen { chosen {
......
...@@ -33,7 +33,7 @@ / { ...@@ -33,7 +33,7 @@ / {
qcom,msm-id = <321 0x20001>; qcom,msm-id = <321 0x20001>;
aliases { aliases {
hsuart0 = &uart6; serial1 = &uart6;
}; };
gpio-keys { gpio-keys {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment