From 202f5975c2c852dbf658ffffa00b00752048de85 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Wed, 24 Sep 2025 13:30:11 +0200 Subject: [PATCH] board/qualcomm: add debug config fragment for MSM8953 Add a fragment similar to others to enable earlycon. Signed-off-by: Luca Weiss Reviewed-by: Neil Armstrong Link: https://lore.kernel.org/r/20250924-2025-10-misc-v1-5-7e75842ca714@fairphone.com Signed-off-by: Casey Connolly --- board/qualcomm/debug-msm8953.config | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 board/qualcomm/debug-msm8953.config diff --git a/board/qualcomm/debug-msm8953.config b/board/qualcomm/debug-msm8953.config new file mode 100644 index 00000000000..1ccd70d0d3f --- /dev/null +++ b/board/qualcomm/debug-msm8953.config @@ -0,0 +1,5 @@ +CONFIG_DEBUG_UART=y +CONFIG_DEBUG_UART_ANNOUNCE=y +CONFIG_DEBUG_UART_BASE=0x78af000 +CONFIG_DEBUG_UART_MSM=y +CONFIG_DEBUG_UART_CLOCK=7372800 -- 2.47.3