Ravi kumar has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47146 )
Change subject: HACK sc7280: fix assertion error while booting in clock initialization ......................................................................
HACK sc7280: fix assertion error while booting in clock initialization
Julius patch for reference: https://chromium-review.googlesource.com/c/chromiumos/third_party/coreboot/+...
Change-Id: If10647ff3639c4b98180569352a18625749f2756 --- M src/soc/qualcomm/sc7280/bootblock.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/47146/1
diff --git a/src/soc/qualcomm/sc7280/bootblock.c b/src/soc/qualcomm/sc7280/bootblock.c index 49c9e18..09e95f2 100644 --- a/src/soc/qualcomm/sc7280/bootblock.c +++ b/src/soc/qualcomm/sc7280/bootblock.c @@ -8,6 +8,6 @@ void bootblock_soc_init(void) { sc7280_mmu_init(); - quadspi_init(37500 * KHz); + quadspi_init(25 * MHz); clock_init(); }