summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHanna Hawa <hannah@marvell.com>2017-08-25 17:22:38 +0300
committerKostya Porotchkin <kostap@marvell.com>2017-08-27 16:59:26 +0300
commitf2e69c9b9d8309d4db4a6b4a7826821711234b4d (patch)
treeaa7c8eda7fbda6a98a7925b92094a24ae95e01b7 /include
parent1f8406bdd33e0df6187c41c5f9c6218e888dfd67 (diff)
mvebu: ccu: 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: I4c25baf5414c016374c61ec979cf1c40fa6cde4c Signed-off-by: Hanna Hawa <hannah@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/43401 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Kostya Porotchkin <kostap@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 5dd0f8d4..16b3c1b7 100644
--- a/include/plat/marvell/a8k/common/plat_config.h
+++ b/include/plat/marvell/a8k/common/plat_config.h
@@ -135,6 +135,7 @@ uintptr_t marvell_get_io_win_reg_offs(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);
+uint32_t marvell_get_ccu_gcr_target(int);
int marvell_get_ccu_max_win(void);