uniphier: fix CCI-500 connection for LD20
authorSatoshi Ikawa <ikawa.satoshi@socionext.com>
Tue, 12 Jun 2018 01:23:29 +0000 (10:23 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 12 Jun 2018 01:38:20 +0000 (10:38 +0900)
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>
plat/socionext/uniphier/uniphier_cci.c

index 30f4b47615166e656611ec0e22a1e2273bcf040b..9e00c56e30e44dab93b55d5af9bb8d5882071a6c 100644 (file)
@@ -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)
 {