Skip to content

Commit 952ef0f

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

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
i2c1 = &i2c1;
2323
serial0 = &uart7;
2424
serial1 = &uart2;
25+
serial2 = &uart6;
2526
};
2627

2728
chosen {
@@ -937,6 +938,10 @@
937938
};
938939
};
939940

941+
&uart6 {
942+
status = "okay";
943+
};
944+
940945
&uart7 {
941946
status = "okay";
942947
};

0 commit comments

Comments
 (0)