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 <balaji.selvanathan@oss.qualcomm.com> Reviewed-by: Casey Connolly <casey.connolly@linaro.org> Link: https://patch.msgid.link/20251119152312.4175482-1-balaji.selvanathan@oss.qualcomm.com Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
This commit is contained in:
committed by
Casey Connolly
parent
c9c61c1f4e
commit
7f1a1fa051
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user