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:
parent
f473df1419
commit
2b3167908b
|
@ -25,7 +25,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
||||||
select CPU_SAMSUNG_EXYNOS5420
|
select CPU_SAMSUNG_EXYNOS5420
|
||||||
select HAVE_UART_MEMORY_MAPPED
|
select HAVE_UART_MEMORY_MAPPED
|
||||||
select EC_GOOGLE_CHROMEEC
|
select EC_GOOGLE_CHROMEEC
|
||||||
select EC_GOOGLE_CHROMEEC_I2C
|
select EC_GOOGLE_CHROMEEC_SPI
|
||||||
select BOARD_ROMSIZE_KB_4096
|
select BOARD_ROMSIZE_KB_4096
|
||||||
select CHROMEOS
|
select CHROMEOS
|
||||||
select MAINBOARD_HAS_NATIVE_VGA_INIT
|
select MAINBOARD_HAS_NATIVE_VGA_INIT
|
||||||
|
@ -44,8 +44,8 @@ config DRAM_SIZE_MB
|
||||||
int
|
int
|
||||||
default 2048
|
default 2048
|
||||||
|
|
||||||
config EC_GOOGLE_CHROMEEC_I2C_BUS
|
config EC_GOOGLE_CHROMEEC_SPI_BUS
|
||||||
hex
|
hex
|
||||||
default 4
|
default 2
|
||||||
|
|
||||||
endif # BOARD_GOOGLE_PIT
|
endif # BOARD_GOOGLE_PIT
|
||||||
|
|
Loading…
Reference in New Issue