Commit d97ba0b0 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Bjorn Andersson

arm64: dts: qcom: sa8155p-adp: enable the GNSS high-speed UART

Enable the high-speed UART port that's connected to the GNSS controller
on the board.
Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230309143551.200694-3-brgl@bgdev.pl
parent 10d900a8
...@@ -17,6 +17,7 @@ / { ...@@ -17,6 +17,7 @@ / {
aliases { aliases {
serial0 = &uart2; serial0 = &uart2;
serial1 = &uart9;
}; };
chosen { chosen {
...@@ -400,6 +401,10 @@ &uart2 { ...@@ -400,6 +401,10 @@ &uart2 {
status = "okay"; status = "okay";
}; };
&uart9 {
status = "okay";
};
&ufs_mem_hc { &ufs_mem_hc {
status = "okay"; status = "okay";
......
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