From: Sam Day <[email protected]> UARTDM lives in the GSBI aperture for this SoC family.
Signed-off-by: Sam Day <[email protected]> --- board/qualcomm/debug-msm8960.config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/board/qualcomm/debug-msm8960.config b/board/qualcomm/debug-msm8960.config new file mode 100644 index 00000000000..f33f6b64920 --- /dev/null +++ b/board/qualcomm/debug-msm8960.config @@ -0,0 +1,5 @@ +CONFIG_DEBUG_UART=y +CONFIG_DEBUG_UART_ANNOUNCE=y +CONFIG_DEBUG_UART_BASE=0x16440000 +CONFIG_DEBUG_UART_MSM=y +CONFIG_DEBUG_UART_CLOCK=1843200 -- 2.54.0

