summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHanna Hawa <hannah@marvell.com>2017-08-25 17:24:31 +0300
committerKostya Porotchkin <kostap@marvell.com>2017-08-27 17:12:39 +0300
commit6745beea9c15872d3f86c89c66bd2f442d4c64cb (patch)
tree11789a1c0ed1771f2348978bc51e2d4ce22bf4c3 /include
parentf2e69c9b9d8309d4db4a6b4a7826821711234b4d (diff)
mvebu: io-win: add function to get the target ID of GCR
Part of AP810 preparation and driver changes, may some north bridge have different target IDs for the GCR. Change-Id: I06221baf00f2f69d40382e27d49fe166ab43de4e Signed-off-by: Hanna Hawa <hannah@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/43402 Reviewed-by: Kostya Porotchkin <kostap@marvell.com> Tested-by: iSoC Platform CI <ykjenk@marvell.com>
Diffstat (limited to 'include')
-rw-r--r--include/plat/marvell/a8k/common/plat_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plat/marvell/a8k/common/plat_config.h b/include/plat/marvell/a8k/common/plat_config.h
index 16b3c1b7..6ff0bd8d 100644
--- a/include/plat/marvell/a8k/common/plat_config.h
+++ b/include/plat/marvell/a8k/common/plat_config.h
@@ -132,6 +132,7 @@ struct power_off_method {
int marvell_gpio_config(void);
uintptr_t marvell_get_amb_reg_offs(int cp_index);
uintptr_t marvell_get_io_win_reg_offs(int);
+uint32_t marvell_get_io_win_gcr_target(int);
uintptr_t marvell_get_iob_reg_offs(int cp_index);
int marvell_get_iob_max_win(void);
uintptr_t marvell_get_ccu_reg_offs(int);