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:
parent
7028c0ec4a
commit
bd0984d2a1
4 changed files with 4 additions and 6 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue