diff options
author | Kun Liu <liukun11@huaqin.corp-partner.google.com> | 2023-05-06 12:25:54 +0800 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2023-05-14 12:54:07 +0000 |
commit | 6f6353d570e5a47071e2c93ac884d3f437ce2b64 (patch) | |
tree | 148e426c7adbd7fb4bc6473d9f11d1a0f6036c38 /src/mainboard/google/rex/Kconfig | |
parent | d5c1e1330434c750ce0cd7bf635f55b789f67934 (diff) |
mb/google/rex/var/screebo: Add initial devicetree config
add initial devicetree config for screebo
BUG=b:276814951
TEST=emerge-rex coreboot
Change-Id: Ie64d0e50ec22b3e363597af64eb723ef1f86dfa8
Signed-off-by: Kun Liu <liukun11@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74972
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src/mainboard/google/rex/Kconfig')
-rw-r--r-- | src/mainboard/google/rex/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig index 528a2dc2c4..6aca9e3557 100644 --- a/src/mainboard/google/rex/Kconfig +++ b/src/mainboard/google/rex/Kconfig @@ -109,7 +109,7 @@ config OVERRIDE_DEVICETREE config DRIVER_TPM_I2C_BUS hex - default 0x4 if BOARD_GOOGLE_REX0 + default 0x4 if BOARD_GOOGLE_REX0 || BOARD_GOOGLE_SCREEBO config DRIVER_TPM_I2C_ADDR hex |