summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorHanna Hawa <hannah@marvell.com>2018-02-12 22:36:23 +0200
committerHanna Hawa <hannah@marvell.com>2018-02-13 20:42:21 +0200
commit5280ada4f1cedcd2ea22fbb46bdb930bb3be25b9 (patch)
tree2a69729d1b077686501ce0bddc2d5a8f392aaade /drivers
parentb634f9b1a4e16a10aa10ee92d0aa0bc33cece913 (diff)
bl31: ap810: pd: call ap810_ble_init in bl31 for palladium
Palladium does not run BLE (need to call the init in BL31) to make sure that we init the enumeration algorithm Change-Id: I0f8b905885cefebc5b0bbf4c891eabf816777339 Signed-off-by: Hanna Hawa <hannah@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/50465 Reviewed-by: Kostya Porotchkin <kostap@marvell.com> Tested-by: iSoC Platform CI <ykjenk@marvell.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/marvell/mochi/ap810_setup.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/marvell/mochi/ap810_setup.c b/drivers/marvell/mochi/ap810_setup.c
index 5222097c..7eb66397 100644
--- a/drivers/marvell/mochi/ap810_setup.c
+++ b/drivers/marvell/mochi/ap810_setup.c
@@ -657,6 +657,13 @@ void ap810_init(void)
debug_enter();
+#if PALLADIUM
+ /* Palladium does not run BLE (need to call the init here)
+ ** to make sure that we init the enumeration algorithm
+ ** */
+ ap810_ble_init();
+#endif
+
for (ap_id = 0; ap_id < get_ap_count(); ap_id++) {
INFO("Initialize AP-%d\n", ap_id);
/* Setup Aurora2. */