aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/qcs405/bootblock.c
diff options
context:
space:
mode:
authorPranav Agrawal <pranava@codeaurora.org>2018-11-20 18:16:26 +0530
committerPatrick Georgi <pgeorgi@google.com>2019-03-26 20:41:52 +0000
commite651e01518d904bf661db90fb986af82db04a843 (patch)
tree8912a58ab5e0341625ef4686498f1018bf30814a /src/soc/qualcomm/qcs405/bootblock.c
parentea4c7d0719cc4549fe811826bcf188c7f4a1d921 (diff)
qcs405: clock: Adding the clock support for qcs405
Add basic clock support and enable UART, SPI clocks. Change-Id: I991bdde5f69e1c0f6ec5d6961275a1c077bc5bae Signed-off-by: Nitheesh Sekar <nsekar@codeaurora.org> Signed-off-by: Pranav Agrawal <pranava@codeaurora.org> Signed-off-by: Sricharan R <sricharan@codeaurora.org> Signed-off-by: Nitheesh Sekar <nsekar@codeaurora.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/29962 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/qualcomm/qcs405/bootblock.c')
-rw-r--r--src/soc/qualcomm/qcs405/bootblock.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/qualcomm/qcs405/bootblock.c b/src/soc/qualcomm/qcs405/bootblock.c
index 5e63f132fc..15d1c18fe1 100644
--- a/src/soc/qualcomm/qcs405/bootblock.c
+++ b/src/soc/qualcomm/qcs405/bootblock.c
@@ -15,6 +15,12 @@
#include <bootblock_common.h>
#include <soc/mmu.h>
+#include <soc/clock.h>
+
+void bootblock_soc_early_init(void)
+{
+ clock_init();
+}
void bootblock_soc_init(void)
{