aboutsummaryrefslogtreecommitdiffstats
path: root/plat
diff options
context:
space:
mode:
authorSatoshi Ikawa <ikawa.satoshi@socionext.com>2018-06-12 10:23:29 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-06-12 10:38:20 +0900
commit4fc1a38185341fe7860ce2097e4b39535598693c (patch)
treecb966d806a0c083aee8687f0126f377ee859de99 /plat
parent11bebd7cab0873d04ad8f1d3ccd538f4d5b80ccb (diff)
downloadplatform_external_arm-trusted-firmware-4fc1a38185341fe7860ce2097e4b39535598693c.tar.gz
platform_external_arm-trusted-firmware-4fc1a38185341fe7860ce2097e4b39535598693c.tar.bz2
platform_external_arm-trusted-firmware-4fc1a38185341fe7860ce2097e4b39535598693c.zip
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>
Diffstat (limited to 'plat')
-rw-r--r--plat/socionext/uniphier/uniphier_cci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/socionext/uniphier/uniphier_cci.c b/plat/socionext/uniphier/uniphier_cci.c
index 30f4b4761..9e00c56e3 100644
--- a/plat/socionext/uniphier/uniphier_cci.c
+++ b/plat/socionext/uniphier/uniphier_cci.c
@@ -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)
{