commit | 5eec887fb9ae8e212dbc68eec925cdcc14c1669f | [log] [tgz] |
---|---|---|
author | Sheep Sun <sunxiaoyang2003@gmail.com> | Sun Jun 20 10:34:34 2021 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 06 14:12:15 2021 -0400 |
tree | 199a36036b50e72c7f5d5c52b29e9516cce25b8c | |
parent | e337048324b520ec3d8bbc98d694a4b593a73af7 [diff] |
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>