We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c87daaa + 4066f8a commit 74dad1fCopy full SHA for 74dad1f
2 files changed
arch/arm64/boot/dts/qcom/lemans-evk.dts
@@ -22,6 +22,7 @@
22
mmc1 = &sdhc;
23
serial0 = &uart10;
24
serial1 = &uart17;
25
+ serial2 = &uart0;
26
};
27
28
dmic: audio-codec-0 {
@@ -1074,6 +1075,10 @@
1074
1075
1076
1077
1078
+&uart0 {
1079
+ status = "okay";
1080
+};
1081
+
1082
&uart10 {
1083
compatible = "qcom,geni-debug-uart";
1084
pinctrl-0 = <&qup_uart10_default>;
arch/arm64/boot/dts/qcom/monaco-evk.dts
i2c1 = &i2c1;
serial0 = &uart7;
serial1 = &uart2;
+ serial2 = &uart6;
chosen {
@@ -935,6 +936,10 @@
935
936
937
938
939
+&uart6 {
940
941
942
943
&uart7 {
944
status = "okay";
945
0 commit comments