armv7/pit: Correct EC device in mainboard configuration.

The ChromeOS EC for peach_pit is connected to SPI2 bus, not I2C.

Change-Id: Ifeb8a626aa4fc3d3a181a7bc016e3f91be948ae5
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Reviewed-on: http://review.coreboot.org/3716
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Hung-Te Lin 2013-06-26 19:48:43 +08:00 committed by Stefan Reinauer
parent f473df1419
commit 2b3167908b
1 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select CPU_SAMSUNG_EXYNOS5420
select HAVE_UART_MEMORY_MAPPED
select EC_GOOGLE_CHROMEEC
select EC_GOOGLE_CHROMEEC_I2C
select EC_GOOGLE_CHROMEEC_SPI
select BOARD_ROMSIZE_KB_4096
select CHROMEOS
select MAINBOARD_HAS_NATIVE_VGA_INIT
@ -44,8 +44,8 @@ config DRAM_SIZE_MB
int
default 2048
config EC_GOOGLE_CHROMEEC_I2C_BUS
config EC_GOOGLE_CHROMEEC_SPI_BUS
hex
default 4
default 2
endif # BOARD_GOOGLE_PIT