aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-snapdragon
diff options
context:
space:
mode:
authorSheep Sun <sunxiaoyang2003@gmail.com>2021-06-20 10:34:34 +0800
committerTom Rini <trini@konsulko.com>2021-07-06 14:12:15 -0400
commit9b6b25c63512604bb17a40a6005dff451699ef5e (patch)
tree199a36036b50e72c7f5d5c52b29e9516cce25b8c /arch/arm/mach-snapdragon
parentba621fe3a97e2b576eec3a27a06aa28af123badc (diff)
downloadu-boot-9b6b25c63512604bb17a40a6005dff451699ef5e.zip
u-boot-9b6b25c63512604bb17a40a6005dff451699ef5e.tar.gz
u-boot-9b6b25c63512604bb17a40a6005dff451699ef5e.tar.bz2
arm: snapdragon: Use correct GICC register on APQ8016
The GICC register used by u-boot is 0x0a20c000, which is actually a GICC for WCNSS, the WLAN processor. U-boot runs on the Application Processor, therefore it should use APCS GICC instead. Hence, correct it with APCS GICC register address. Signed-off-by: Sheep Sun <sunxiaoyang2003@gmail.com>
Diffstat (limited to 'arch/arm/mach-snapdragon')
-rw-r--r--arch/arm/mach-snapdragon/include/mach/sysmap-apq8016.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-snapdragon/include/mach/sysmap-apq8016.h b/arch/arm/mach-snapdragon/include/mach/sysmap-apq8016.h
index 520e2e6..d9a3b1a 100644
--- a/arch/arm/mach-snapdragon/include/mach/sysmap-apq8016.h
+++ b/arch/arm/mach-snapdragon/include/mach/sysmap-apq8016.h
@@ -8,7 +8,7 @@
#define _MACH_SYSMAP_APQ8016_H
#define GICD_BASE (0x0b000000)
-#define GICC_BASE (0x0a20c000)
+#define GICC_BASE (0x0b002000)
/* Clocks: (from CLK_CTL_BASE) */
#define GPLL0_STATUS (0x2101C)