From: Balaji Selvanathan Date: Wed, 19 Nov 2025 15:23:12 +0000 (+0530) Subject: configs: qcom_qcs615: Correct debug UART clock frequency X-Git-Tag: v2026.04-rc1~31^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f1a1fa051073bfee356922614bf00116d9d9254;p=thirdparty%2Fu-boot.git configs: qcom_qcs615: Correct debug UART clock frequency Adjust the debug UART clock frequency from 14745600 Hz to 7372800 Hz for the QCS615 platform. This correction ensures proper UART communication timing and resolves baud rate miscalculations that affects early boot console output. Signed-off-by: Balaji Selvanathan Reviewed-by: Casey Connolly Link: https://patch.msgid.link/20251119152312.4175482-1-balaji.selvanathan@oss.qualcomm.com Signed-off-by: Casey Connolly --- diff --git a/configs/qcom_qcs615_defconfig b/configs/qcom_qcs615_defconfig index 2468267b955..f0362aa6976 100644 --- a/configs/qcom_qcs615_defconfig +++ b/configs/qcom_qcs615_defconfig @@ -12,7 +12,7 @@ CONFIG_DEBUG_UART=y CONFIG_DEBUG_UART_ANNOUNCE=y CONFIG_DEBUG_UART_BASE=0x880000 CONFIG_DEBUG_UART_MSM_GENI=y -CONFIG_DEBUG_UART_CLOCK=14745600 +CONFIG_DEBUG_UART_CLOCK=7372800 CONFIG_DEFAULT_DEVICE_TREE="qcom/qcs615-ride"