diff options
author | Van Chen <van_chen@compal.corp-partner.google.com> | 2023-03-21 09:34:18 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-04-03 13:21:04 +0000 |
commit | dea2c477f4bef67c692ee7cab6b25b56fb0caf27 (patch) | |
tree | ffded6e241354ce8e1f5b8c884a51acb07bbc6bf /src/mainboard/google/brya/Kconfig.name | |
parent | f8ac3dda02f22ebf857efb5b845db97f00598f7d (diff) |
mb/google/nissa/var/uldren: Add overridetree
Add override devicetree based on schematics(ver. 20230308).
BUG=b:272829190
BRANCH=firmware-nissa-15217.B
TEST=emerge-nissa coreboot
Change-Id: I9cd918c6a48cc6007a18c5aa94afe31fd9608718
Signed-off-by: Van Chen <van_chen@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73974
Reviewed-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com>
Reviewed-by: John Su <john_su@compal.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Ian Feng <ian_feng@compal.corp-partner.google.com>
Reviewed-by: Frank Wu <frank_wu@compal.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/brya/Kconfig.name')
-rw-r--r-- | src/mainboard/google/brya/Kconfig.name | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 706fdfd001..fb8bb5e533 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -361,6 +361,8 @@ config BOARD_GOOGLE_HADES config BOARD_GOOGLE_ULDREN bool "-> Uldren" select BOARD_GOOGLE_BASEBOARD_NISSA + select DRIVERS_I2C_CS42L42 + select HAVE_WWAN_POWER_SEQUENCE config BOARD_GOOGLE_YAVILLA bool "-> Yavilla" |