mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
uniphier: fix CCI-500 connection for LD20
The slave ports of LD20 CCI-500 are connected as follows: S0: CA53 S1: CA72 Be careful because the slave interface is not arranged in the cluster number order (CA72: cluster 0, CA53: cluster 1). Root-caused-by: Tetsuya Yoshizaki <yoshizaki.tetsuya@socionext.com> Signed-off-by: Satoshi Ikawa <ikawa.satoshi@socionext.com>
This commit is contained in:
parent
11bebd7cab
commit
4fc1a38185
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
#define UNIPHIER_CCI500_BASE 0x5FD00000
|
||||
|
||||
static const int uniphier_cci_map[] = {0, 1};
|
||||
static const int uniphier_cci_map[] = {1, 0};
|
||||
|
||||
static void __uniphier_cci_init(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue