Skip to content

Commit bfc9b0e

Browse files
Canfeng Zhuangcanf-map
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 5d78fb9 commit bfc9b0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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 {
@@ -935,6 +936,10 @@
935936
};
936937
};
937938

939+
&uart6 {
940+
status = "okay";
941+
};
942+
938943
&uart7 {
939944
status = "okay";
940945
};

0 commit comments

Comments
 (0)