diff options
author | Olof Johansson <olof@lixom.net> | 2017-06-18 22:38:05 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-06-18 22:38:05 -0700 |
commit | 6a5ba7267f221068045410ccb5bb26bb9133684e (patch) | |
tree | 4310417ce327ed96030502506825cc7c83aebe89 /arch/arm/Kconfig.debug | |
parent | f7b22111c7de28c24d939b8db33380c42bd8ed7e (diff) | |
parent | 7b87fe94299c965adcab384486ee3bf82ad15f9c (diff) | |
download | linux-rt-6a5ba7267f221068045410ccb5bb26bb9133684e.tar.gz |
Merge tag 'qcom-soc-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/soc
Qualcomm ARM Based SoC Updates for v4.13
* Add debug UART addresses for IPQ4019
* tag 'qcom-soc-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux:
ARM: debug: qcom: add UART addresses to Kconfig help for IPQ4019
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index b3677d1d07fc..fa5eabbbbfcd 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -751,6 +751,7 @@ choice ARCH DEBUG_UART_PHYS DEBUG_UART_VIRT APQ8064 0x16640000 0xf0040000 APQ8084 0xf995e000 0xfa75e000 + IPQ4019 0x078af000 0xf78af000 MSM8X60 0x19c40000 0xf0040000 MSM8960 0x16440000 0xf0040000 MSM8974 0xf991e000 0xfa71e000 |