From 46551573b48f225e1be230786f48e1c95d1c4287 Mon Sep 17 00:00:00 2001 From: David Dai Date: Wed, 9 May 2018 14:38:23 -0700 Subject: sdm845: Add clock support This sets up initial clock configuration for QUP and QSPI, and includes configuration of Root Clock Generators(RCG) and clock branches enablement. TEST=build & run Change-Id: I0b1d7f6daa179c0b24a97d42b66c1a9ee596b0a3 Signed-off-by: David Dai Reviewed-on: https://review.coreboot.org/c/25454 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/soc/qualcomm/sdm845/bootblock.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/qualcomm/sdm845/bootblock.c') diff --git a/src/soc/qualcomm/sdm845/bootblock.c b/src/soc/qualcomm/sdm845/bootblock.c index 019639d763..eb4289b202 100644 --- a/src/soc/qualcomm/sdm845/bootblock.c +++ b/src/soc/qualcomm/sdm845/bootblock.c @@ -15,8 +15,10 @@ #include #include +#include void bootblock_soc_init(void) { + clock_init(); sdm845_mmu_init(); } -- cgit v1.2.3