From efbdf3dbb06b9230fcbfd514b1386cd144809e2a Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Wed, 17 Sep 2025 14:47:42 +0200 Subject: [PATCH] board/qualcomm: add debug config fragment for SM6350 Add a fragment similar to others to enable earlycon. Reviewed-by: Neil Armstrong Signed-off-by: Luca Weiss --- board/qualcomm/debug-sm6350.config | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 board/qualcomm/debug-sm6350.config diff --git a/board/qualcomm/debug-sm6350.config b/board/qualcomm/debug-sm6350.config new file mode 100644 index 00000000000..1379ddeac93 --- /dev/null +++ b/board/qualcomm/debug-sm6350.config @@ -0,0 +1,5 @@ +CONFIG_DEBUG_UART=y +CONFIG_DEBUG_UART_ANNOUNCE=y +CONFIG_DEBUG_UART_BASE=0x98c000 +CONFIG_DEBUG_UART_MSM_GENI=y +CONFIG_DEBUG_UART_CLOCK=14745600 -- 2.47.3