hoho: Make HDMI SPI CS input by default.

Also corrected typo in GPIO name.

BRANCH=none
BUG=chrome-os-partner:31192
TEST=manual, compiles & runs on hoho.

Change-Id: Ib41803c48795d5fc4cdbd15e9a977f78bb029405
Signed-off-by: Todd Broch <tbroch@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/221572
Reviewed-by: Alec Berg <alecaberg@chromium.org>
This commit is contained in:
Todd Broch
2014-10-03 18:58:55 -07:00
committed by chrome-internal-fetch
parent 5c8da35f87
commit 08c53f231d
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
#define CONFIG_SPI_FLASH
#define CONFIG_SPI_FLASH_SIZE 1048576
#define CONFIG_SPI_MASTER_PORT 2
#define CONFIG_SPI_CS_GPIO GPIO_PD_MCDP_SPI_CL_L
#define CONFIG_SPI_CS_GPIO GPIO_PD_MCDP_SPI_CS_L
#define CONFIG_USB_POWER_DELIVERY
#define CONFIG_USB_PD_DUAL_ROLE
#define CONFIG_USB_PD_INTERNAL_COMP

View File

@@ -20,7 +20,7 @@ GPIO(PD_MCDP_SPI_WP_L, B, 2, GPIO_OUT_LOW, NULL)
GPIO(PD_CC1_TX_DATA, B, 4, GPIO_OUT_LOW, NULL)
GPIO(MCDP_I2C_SCL, B, 6, GPIO_INPUT, NULL)
GPIO(MCDP_I2C_SDA, B, 7, GPIO_INPUT, NULL)
GPIO(PD_MCDP_SPI_CL_L, B, 12, GPIO_OUT_LOW, NULL)
GPIO(PD_MCDP_SPI_CS_L, B, 12, GPIO_INPUT, NULL)
/* Unimplemented signals which we need to emulate for now */
UNIMPLEMENTED(ENTERING_RW)