summaryrefslogtreecommitdiff
path: root/include/drivers/marvell
diff options
context:
space:
mode:
authorChristine Gharzuzi <chrisg@marvell.com>2018-06-25 13:39:37 +0300
committerKonstantin Porotchkin <kostap@marvell.com>2018-12-04 14:09:44 +0200
commit1020e0d3264887fb642b02d47d1d1dcb4783fdba (patch)
tree59f2ebbdc87de8edda4bb66738b1ef66dcea3cc1 /include/drivers/marvell
parent55df84f974ea37abbb4f93f000f101f70cda5303 (diff)
ble: ap807: Switch to PLL mode and update CPU frequency
- Update CPU frequency on AP807 to 2GHz for SAR 0x0. - Increase AVS to 0.88V for 2GHz clock Change-Id: Ic945b682ab2f8543e34294bfc56c3eae2c5e0c8e Signed-off-by: Christine Gharzuzi <chrisg@marvell.com> Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Diffstat (limited to 'include/drivers/marvell')
-rw-r--r--include/drivers/marvell/ap807_clocks_init.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/drivers/marvell/ap807_clocks_init.h b/include/drivers/marvell/ap807_clocks_init.h
new file mode 100644
index 00000000..4353b83e
--- /dev/null
+++ b/include/drivers/marvell/ap807_clocks_init.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (C) 2018 Marvell International Ltd.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ * https://spdx.org/licenses
+ */
+
+#ifndef AP807_INIT_CLOCKS_H
+#define AP807_INIT_CLOCKS_H
+
+void ap807_clocks_init(unsigned int freq_option);
+
+#endif /* AP807_INIT_CLOCKS_H */
+