summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorBalaji Selvanathan <[email protected]>2025-11-19 20:53:12 +0530
committerCasey Connolly <[email protected]>2026-01-14 16:25:09 +0100
commit7f1a1fa051073bfee356922614bf00116d9d9254 (patch)
treeb1621fd005a1cdafab7bf440adb00d0b949c7b08 /configs
parentc9c61c1f4e74ff377d3e43ccf90d5f00e554f2c9 (diff)
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 <[email protected]> Reviewed-by: Casey Connolly <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Casey Connolly <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/qcom_qcs615_defconfig2
1 files changed, 1 insertions, 1 deletions
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"