Skip to content

Commit 5d78fb9

Browse files
Canfeng Zhuangcanf-map
authored andcommitted
FROMLIST: arm64: dts: qcom: lemans-evk: enable UART0 for robot board
The lemans-evk mezzanine connector supports a robot expansion board that requires UART0, which is currently disabled. This prevents the expansion board from exchanging data and control commands. Enable UART0 and assign the serial2 alias to provide stable device enumeration for the expansion board. Link: https://lore.kernel.org/all/20260327083101.1343613-2-canfeng.zhuang@oss.qualcomm.com/ Signed-off-by: Canfeng Zhuang <canfeng.zhuang@oss.qualcomm.com>
1 parent 2e8db98 commit 5d78fb9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/lemans-evk.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
mmc1 = &sdhc;
2323
serial0 = &uart10;
2424
serial1 = &uart17;
25+
serial2 = &uart0;
2526
};
2627

2728
dmic: audio-codec-0 {
@@ -1074,6 +1075,10 @@
10741075
};
10751076
};
10761077

1078+
&uart0 {
1079+
status = "okay";
1080+
};
1081+
10771082
&uart10 {
10781083
compatible = "qcom,geni-debug-uart";
10791084
pinctrl-0 = <&qup_uart10_default>;

0 commit comments

Comments
 (0)