[PATCH 2/2] arm64: dts: qcom: sa8155p-adp: enable the GNSS high-speed UART

From: Bartosz Golaszewski
Date: Thu Mar 09 2023 - 09:36:38 EST


From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>

Enable the high-speed UART port that's connected to the GNSS controller
on the board.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sa8155p-adp.dts | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sa8155p-adp.dts b/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
index 459384ec8f23..339fea522509 100644
--- a/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
+++ b/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
@@ -17,6 +17,7 @@ / {

aliases {
serial0 = &uart2;
+ serial1 = &uart9;
};

chosen {
@@ -400,6 +401,10 @@ &uart2 {
status = "okay";
};

+&uart9 {
+ status = "okay";
+};
+
&ufs_mem_hc {
status = "okay";

--
2.37.2