]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: debug: Update MSM and QCOM DEBUG_LL help
authorStephen Boyd <sboyd@codeaurora.org>
Fri, 5 Sep 2014 22:51:56 +0000 (15:51 -0700)
committerKumar Gala <galak@codeaurora.org>
Mon, 19 Jan 2015 17:42:01 +0000 (11:42 -0600)
Add another SoC address for apq8064 and use DEBUG_UART_VIRT
instead of DEBUG_UART_BASE because the former actually exists.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
arch/arm/Kconfig.debug

index 5ddd4906f7a74599b780e0410c1ea5681a5d8f71..737ec256bcc854051419b2c1f0e96b55ca3fbcda 100644 (file)
@@ -427,7 +427,7 @@ choice
                  Say Y here if you want the debug print routines to direct
                  their output to the serial port on MSM devices.
 
-                 ARCH                DEBUG_UART_PHYS   DEBUG_UART_BASE   #
+                 ARCH                DEBUG_UART_PHYS   DEBUG_UART_VIRT   #
                  MSM7X00A, QSD8X50   0xa9a00000        0xe1000000        UART1
                  MSM7X00A, QSD8X50   0xa9b00000        0xe1000000        UART2
                  MSM7X00A, QSD8X50   0xa9c00000        0xe1000000        UART3
@@ -446,7 +446,8 @@ choice
                  Say Y here if you want the debug print routines to direct
                  their output to the serial port on Qualcomm devices.
 
-                 ARCH      DEBUG_UART_PHYS   DEBUG_UART_BASE
+                 ARCH      DEBUG_UART_PHYS   DEBUG_UART_VIRT
+                 APQ8064   0x16640000        0xf0040000
                  APQ8084   0xf995e000        0xfa75e000
                  MSM8X60   0x19c40000        0xf0040000
                  MSM8960   0x16440000        0xf0040000