]> Gentwo Git Trees - linux/.git/commit
clk: qcom: ipq5424: fix software and hardware flow control error of UART
authorManikanta Mylavarapu <quic_mmanikan@quicinc.com>
Fri, 24 Jan 2025 06:09:14 +0000 (11:39 +0530)
committerBjorn Andersson <andersson@kernel.org>
Fri, 14 Feb 2025 17:08:49 +0000 (11:08 -0600)
commit4b28beb882a0a1af0ce47a8a87e7877a3ae6ad36
tree16d2c60b9fc4f0c0bf79840debb33f33112b17f3
parent5eac348182d2b5ed1066459abedb7bc6b5466f81
clk: qcom: ipq5424: fix software and hardware flow control error of UART

The UART’s software and hardware flow control are currently not
functioning correctly.

For software flow control, the following error is encountered:
qcom_geni_serial 1a80000.serial: Couldn't find suitable
clock rate for 56000000350000025000001152000, 921600, 19200

During hardware flow control testing, a “Retry 0: Got ZCAN error” is
observed.

To address these issues, update the UART frequency table to include all
supported frequencies according to the frequency plan.

Fixes: 21b5d5a4a311 ("clk: qcom: add Global Clock controller (GCC) driver for IPQ5424 SoC")
Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com>
Link: https://lore.kernel.org/r/20250124060914.1564681-1-quic_mmanikan@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/gcc-ipq5424.c