diff options
| author | Luca Weiss <[email protected]> | 2025-09-24 13:30:11 +0200 |
|---|---|---|
| committer | Casey Connolly <[email protected]> | 2025-10-29 12:27:33 +0100 |
| commit | 202f5975c2c852dbf658ffffa00b00752048de85 (patch) | |
| tree | 95eb08fff16f0f9dd15c4c61d278f1e537773f0c | |
| parent | 759646df3aed6a133111bfd41f206b05ac56cf6d (diff) | |
board/qualcomm: add debug config fragment for MSM8953
Add a fragment similar to others to enable earlycon.
Signed-off-by: Luca Weiss <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Casey Connolly <[email protected]>
| -rw-r--r-- | board/qualcomm/debug-msm8953.config | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
