]> Git Repo - u-boot.git/commit
arm: snapdragon: Use correct GICC register on APQ8016
authorSheep Sun <[email protected]>
Sun, 20 Jun 2021 02:34:34 +0000 (10:34 +0800)
committerTom Rini <[email protected]>
Tue, 6 Jul 2021 18:12:15 +0000 (14:12 -0400)
commit9b6b25c63512604bb17a40a6005dff451699ef5e
tree199a36036b50e72c7f5d5c52b29e9516cce25b8c
parentba621fe3a97e2b576eec3a27a06aa28af123badc
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 <[email protected]>
arch/arm/mach-snapdragon/include/mach/sysmap-apq8016.h
This page took 0.032816 seconds and 4 git commands to generate.