From: Luca Weiss Date: Wed, 24 Sep 2025 11:30:10 +0000 (+0200) Subject: doc: board/qualcomm: Clean up debug options for QUP UART X-Git-Tag: v2026.01-rc2~53^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=759646df3aed6a133111bfd41f206b05ac56cf6d;p=pandora-u-boot.git doc: board/qualcomm: Clean up debug options for QUP UART CONFIG_BAUDRATE is not relevant for the QUP driver, and neither is CONFIG_DEBUG_UART_SKIP_INIT so remove them from the doc. Signed-off-by: Luca Weiss Reviewed-by: Neil Armstrong Link: https://lore.kernel.org/r/20250924-2025-10-misc-v1-4-7e75842ca714@fairphone.com Signed-off-by: Casey Connolly --- diff --git a/doc/board/qualcomm/debugging.rst b/doc/board/qualcomm/debugging.rst index c3289c9e4e3..42821f6546c 100644 --- a/doc/board/qualcomm/debugging.rst +++ b/doc/board/qualcomm/debugging.rst @@ -42,7 +42,6 @@ Older boards (db410c and db820c) Open ``configs/dragonboard_defconfig`` - CONFIG_BAUDRATE=115200 CONFIG_DEBUG_UART=y CONFIG_DEBUG_UART_ANNOUNCE=y # db410c - 0x78b0000 @@ -50,7 +49,6 @@ Open ``configs/dragonboard_defconfig`` CONFIG_DEBUG_UART_BASE=0x75b0000 CONFIG_DEBUG_UART_MSM=y CONFIG_DEBUG_UART_CLOCK=7372800 - #CONFIG_DEBUG_UART_SKIP_INIT=y CONFIG_LOG=y CONFIG_HEXDUMP=y