soc/qualcomm/common/spi: Add support for SPI common driver

This implements qup spi driver for qualcomm chipsets
Rename header file names for trogdor to prevent breakage.

BUG=b:182963902
TEST=Validated on qualcomm sc7180 and sc7280 development board.

Signed-off-by: Rajesh Patil <rajpat@codeaurora.org>
Change-Id: I2f2b25b6661fcd518f70383da0c7788c5269c97b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55953
Reviewed-by: Shelley Chen <shchen@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Ravi Kumar Bokka 2021-07-17 00:01:19 +05:30 committed by Shelley Chen
commit bd0984d2a1
4 changed files with 4 additions and 6 deletions

View file

@ -2,7 +2,7 @@
#include <bootblock_common.h>
#include "board.h"
#include <soc/qupv3_spi.h>
#include <soc/qupv3_spi_common.h>
void bootblock_mainboard_init(void)
{