mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
arm64: dts: qcom: lemans-evk: enable UART0 for robot expansion 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. Signed-off-by: Canfeng Zhuang <canfeng.zhuang@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260327083101.1343613-2-canfeng.zhuang@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
e46b48b853
commit
0be638f326
|
|
@ -21,6 +21,7 @@ aliases {
|
|||
ethernet0 = ðernet0;
|
||||
mmc1 = &sdhc;
|
||||
serial0 = &uart10;
|
||||
serial2 = &uart0;
|
||||
};
|
||||
|
||||
dmic: audio-codec-0 {
|
||||
|
|
@ -950,6 +951,10 @@ usb_id: usb-id-state {
|
|||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart10 {
|
||||
compatible = "qcom,geni-debug-uart";
|
||||
pinctrl-0 = <&qup_uart10_default>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user