Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

serial: qcom-geni: Add support for 8 Mbps baud rate

Current GENI UART driver supports Max Baud rate up to 4 Mbps.
Add support to increase maximum baud rate to 8 Mbps.

Signed-off-by: Jyothi Kumar Seerapu <quic_jseerapu@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250523103721.5042-1-quic_jseerapu@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jyothi Kumar Seerapu and committed by
Greg Kroah-Hartman
341a22fa 20ca8be9

+1 -1
+1 -1
drivers/tty/serial/qcom_geni_serial.c
··· 1303 1303 unsigned long timeout; 1304 1304 1305 1305 /* baud rate */ 1306 - baud = uart_get_baud_rate(uport, termios, old, 300, 4000000); 1306 + baud = uart_get_baud_rate(uport, termios, old, 300, 8000000); 1307 1307 1308 1308 sampling_rate = UART_OVERSAMPLING; 1309 1309 /* Sampling rate is halved for IP versions >= 2.5 */