summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2017-08-28 12:03:36 +0300
committerKostya Porotchkin <kostap@marvell.com>2017-08-29 13:27:49 +0300
commita1af51f8a6371be341f18519476dde36e0e2f213 (patch)
treeefe5e9602808705de3508bcd6d1b52415f7df7fa
parentfbe312d4853c719854683ada88410d1d4d09c832 (diff)
plat: a70x0_amc: Increase the PCIe address range
Increase the PCIe address range for A7K AMC board to 96MB as required by CPSS Linux drivers. Change-Id: I78a762eb91a7454c9c86f1ded513b95582583768 Signed-off-by: Konstantin Porotchkin <kostap@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/43448 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Hanna Hawa <hannah@marvell.com> Reviewed-by: Victor Gu <xigu@marvell.com>
-rw-r--r--plat/marvell/a8k/a70x0_amc/board/marvell_plat_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/marvell/a8k/a70x0_amc/board/marvell_plat_config.c b/plat/marvell/a8k/a70x0_amc/board/marvell_plat_config.c
index b36dc418..436f6205 100644
--- a/plat/marvell/a8k/a70x0_amc/board/marvell_plat_config.c
+++ b/plat/marvell/a8k/a70x0_amc/board/marvell_plat_config.c
@@ -101,7 +101,7 @@ int marvell_get_io_win_memory_map(int ap_index, struct io_win **win, uint32_t *s
struct iob_win iob_memory_map[] = {
/* PEX0_X4 window */
- {0x0, 0xf6000000, 0x0, 0x4000000, PEX0_TID},
+ {0x0, 0xf6000000, 0x0, 0x6000000, PEX0_TID},
};
uintptr_t marvell_get_iob_reg_offs(int cp_index)