Yunlong Jia has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/76104?usp=email )
Change subject: mb/google/nissa: Setup driver for gothrax ......................................................................
mb/google/nissa: Setup driver for gothrax
Setup the driver for the keyboard/LTE/SAR/WWAN, and configure the I2C for the TPM.
BUG=b:274707912 BRANCH=None
Signed-off-by: Yunlong Jia yunlong.jia@ecs.corp-partner.google.com Change-Id: I1203ca13bd55b8ab96ce5d323a36ffde06860fa9 --- M src/mainboard/google/brya/Kconfig M src/mainboard/google/brya/Kconfig.name 2 files changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/76104/1
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 2a9941a..99c6c9f 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -163,6 +163,7 @@ default 0x3 if BOARD_GOOGLE_HADES default 0x0 if BOARD_GOOGLE_YAVILLA default 0x0 if BOARD_GOOGLE_ULDREN + default 0x0 if BOARD_GOOGLE_GOTHRAX
config DRIVER_TPM_I2C_ADDR hex diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index ceac90e..2b28f69 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -383,3 +383,8 @@ config BOARD_GOOGLE_GOTHRAX bool "-> Gothrax" select BOARD_GOOGLE_BASEBOARD_NISSA + select DRIVERS_GENERIC_GPIO_KEYS + select DRIVERS_GENESYSLOGIC_GL9750 + select DRIVERS_I2C_SX9324 + select DRIVERS_I2C_SX9324_SUPPORT_LEGACY_LINUX_DRIVER + select HAVE_WWAN_POWER_SEQUENCE