From e651e01518d904bf661db90fb986af82db04a843 Mon Sep 17 00:00:00 2001 From: Pranav Agrawal Date: Tue, 20 Nov 2018 18:16:26 +0530 Subject: 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 Signed-off-by: Pranav Agrawal Signed-off-by: Sricharan R Signed-off-by: Nitheesh Sekar Reviewed-on: https://review.coreboot.org/c/coreboot/+/29962 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/soc/qualcomm/qcs405/bootblock.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/soc/qualcomm/qcs405/bootblock.c') diff --git a/src/soc/qualcomm/qcs405/bootblock.c b/src/soc/qualcomm/qcs405/bootblock.c index 5e63f132fc63..15d1c18fe164 100644 --- a/src/soc/qualcomm/qcs405/bootblock.c +++ b/src/soc/qualcomm/qcs405/bootblock.c @@ -15,6 +15,12 @@ #include #include +#include + +void bootblock_soc_early_init(void) +{ + clock_init(); +} void bootblock_soc_init(void) { -- cgit v1.2.3