Re: [PATCH 1/2] arm: snapdragon: Use correct GICC register on APQ8016

2021-07-06 Thread Tom Rini
On Sun, Jun 20, 2021 at 10:34:34AM +0800, Sheep Sun wrote: > 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

[PATCH 1/2] arm: snapdragon: Use correct GICC register on APQ8016

2021-06-19 Thread Sheep Sun
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 --- arch/arm/mach-snapdragon/i