diff options
| author | Luca Weiss <[email protected]> | 2025-09-17 14:47:42 +0200 |
|---|---|---|
| committer | Casey Connolly <[email protected]> | 2025-10-29 12:27:33 +0100 |
| commit | efbdf3dbb06b9230fcbfd514b1386cd144809e2a (patch) | |
| tree | 6487934b408fad7cd4ce6cfba62ab67d1a8b2762 /board | |
| parent | 9049b05a6e726fb2692bcf588b4856137cfcbf07 (diff) | |
board/qualcomm: add debug config fragment for SM6350
Add a fragment similar to others to enable earlycon.
Reviewed-by: Neil Armstrong <[email protected]>
Signed-off-by: Luca Weiss <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/qualcomm/debug-sm6350.config | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
