[1/3] arm64: dts: qcom: qrb5165-rb5: add an alias for uart6

Message ID 20231205112311.16391-1-brgl@bgdev.pl
State New
Headers
Series [1/3] arm64: dts: qcom: qrb5165-rb5: add an alias for uart6 |

Commit Message

Bartosz Golaszewski Dec. 5, 2023, 11:23 a.m. UTC
  From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Alias uart6 to serial1 for qrb5165-rb5. This is the high-speed port used
by Bluetooth.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 arch/arm64/boot/dts/qcom/qrb5165-rb5.dts | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts b/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
index c8cd40a462a3..ce6ae0771d34 100644
--- a/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
+++ b/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
@@ -23,6 +23,7 @@  / {
 
 	aliases {
 		serial0 = &uart12;
+		serial1 = &uart6;
 		sdhc2 = &sdhc_2;
 	};