mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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: Caleb Connolly <caleb@connolly.tech> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221016172944.1892206-4-kc@postmarketos.org
This commit is contained in:
committed by
Bjorn Andersson
parent
9833e23b69
commit
4772c03002
@@ -16,7 +16,7 @@
|
||||
/ {
|
||||
aliases {
|
||||
bluetooth0 = &bluetooth;
|
||||
hsuart0 = &uart6;
|
||||
serial1 = &uart6;
|
||||
serial0 = &uart9;
|
||||
wifi0 = &wifi;
|
||||
};
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
aliases {
|
||||
serial0 = &uart9;
|
||||
hsuart0 = &uart6;
|
||||
serial1 = &uart6;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
/ {
|
||||
aliases {
|
||||
serial0 = &uart9;
|
||||
hsuart0 = &uart6;
|
||||
serial1 = &uart6;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
qcom,msm-id = <321 0x20001>;
|
||||
|
||||
aliases {
|
||||
hsuart0 = &uart6;
|
||||
serial1 = &uart6;
|
||||
};
|
||||
|
||||
gpio-keys {
|
||||
|
||||
Reference in New Issue
Block a user