git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beaabce
)
doc: board/qualcomm: Clean up debug options for QUP UART
author
Luca Weiss
<luca.weiss@fairphone.com>
Wed, 24 Sep 2025 11:30:10 +0000
(13:30 +0200)
committer
Casey Connolly
<casey.connolly@linaro.org>
Wed, 29 Oct 2025 11:27:33 +0000
(12:27 +0100)
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 <luca.weiss@fairphone.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link:
https://lore.kernel.org/r/20250924-2025-10-misc-v1-4-7e75842ca714@fairphone.com
Signed-off-by: Casey Connolly <kcxt@postmarketos.org>
doc/board/qualcomm/debugging.rst
patch
|
blob
|
history
diff --git
a/doc/board/qualcomm/debugging.rst
b/doc/board/qualcomm/debugging.rst
index
c3289c9
..
42821f6
100644
(file)
--- a/
doc/board/qualcomm/debugging.rst
+++ b/
doc/board/qualcomm/debugging.rst
@@
-42,7
+42,6
@@
Older boards (db410c and db820c)
Open ``configs/dragonboard<BOARD>_defconfig``
- CONFIG_BAUDRATE=115200
CONFIG_DEBUG_UART=y
CONFIG_DEBUG_UART_ANNOUNCE=y
# db410c - 0x78b0000
@@
-50,7
+49,6
@@
Open ``configs/dragonboard<BOARD>_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