diff options
author | Caleb Connolly <caleb@connolly.tech> | 2022-10-16 18:29:43 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-10-17 22:01:47 -0500 |
commit | 4772c03002c3eb2fc6dd0f908af0d8371a622499 (patch) | |
tree | 4a1426b99b561b7b5f93fc1fb6d84cb747f998ee /arch/arm64/boot/dts/qcom/sdm845-db845c.dts | |
parent | 9833e23b6905d0ab342deb16a6c2312759ab5a0d (diff) | |
download | lwn-4772c03002c3eb2fc6dd0f908af0d8371a622499.tar.gz lwn-4772c03002c3eb2fc6dd0f908af0d8371a622499.zip |
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
Diffstat (limited to 'arch/arm64/boot/dts/qcom/sdm845-db845c.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts index 741968ef6f31..8ba3188ac4c3 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts +++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts @@ -22,7 +22,7 @@ aliases { serial0 = &uart9; - hsuart0 = &uart6; + serial1 = &uart6; }; chosen { |