Merge pull request #1412 from masahir0y/uniphier

uniphier: fix CCI-500 connection for LD20
This commit is contained in:
Dimitris Papastamos 2018-06-14 14:32:41 +01:00 committed by GitHub
commit f3a5e3d6ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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)
{