mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-30 18:41:11 +00:00
hoho: Disable spi master by default.
BRANCH=none BUG=none TEST=manual, HDMI tranceiver functions correctly at power-on Change-Id: I348f22250da7290809fb39319283ec9d4bc4fcc7 Signed-off-by: Todd Broch <tbroch@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/223614 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
97c527fa45
commit
9953322daf
@@ -21,7 +21,9 @@
|
||||
#define CONFIG_CMD_SPI_FLASH
|
||||
#define CONFIG_HW_CRC
|
||||
#define CONFIG_I2C
|
||||
#define CONFIG_SPI_FLASH
|
||||
/* TODO(tbroch) Re-enable once STM spi master can be inhibited at boot so it
|
||||
doesn't interfere with HDMI loading its f/w */
|
||||
#undef CONFIG_SPI_FLASH
|
||||
#define CONFIG_SPI_FLASH_SIZE 1048576
|
||||
#define CONFIG_SPI_MASTER_PORT 2
|
||||
#define CONFIG_SPI_CS_GPIO GPIO_PD_MCDP_SPI_CS_L
|
||||
|
||||
Reference in New Issue
Block a user