mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: mainboard/google/poppy: Enable H1 I2C TPM
Enable H1 I2C TPM in Kconfig and devicetree for poppy.
CQ-DEPEND=CL:513513,CL:*381534
BUG=b:36265511
BRANCH=None
TEST=Compiles successfully.
Change-Id: I4c6c94fa05abf9f5374505ded5956e879ac79726
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 1581543185
Original-Change-Id: I4c6c94fa05abf9f5374505ded5956e879ac79726
Original-Signed-off-by: Furquan Shaikh <furquan@chromium.org>
Original-Reviewed-on: https://review.coreboot.org/19926
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Nicolas Boichat <drinkcat@google.com>
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/513611
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
Tested-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
c61bbdb49f
commit
2f306a0135
2 changed files with 8 additions and 2 deletions
|
@ -14,7 +14,7 @@ config BOARD_GOOGLE_BASEBOARD_POPPY
|
|||
select MAINBOARD_HAS_CHROMEOS
|
||||
select MAINBOARD_USES_FSP2_0
|
||||
select NO_FADT_8042
|
||||
select POPPY_USE_I2C_TPM if BOARD_GOOGLE_SORAKA
|
||||
select POPPY_USE_I2C_TPM
|
||||
select SOC_INTEL_KABYLAKE
|
||||
|
||||
if BOARD_GOOGLE_BASEBOARD_POPPY
|
||||
|
|
|
@ -217,7 +217,13 @@ chip soc/intel/skylake
|
|||
device i2c 4b on end
|
||||
end
|
||||
end # I2C #0
|
||||
device pci 15.1 on end # I2C #1
|
||||
device pci 15.1 on
|
||||
chip drivers/i2c/tpm
|
||||
register "hid" = ""GOOG0005""
|
||||
register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_E0_IRQ)"
|
||||
device i2c 50 on end
|
||||
end
|
||||
end # I2C #1
|
||||
device pci 15.2 on
|
||||
chip drivers/intel/mipi_camera
|
||||
register "acpi_hid" = ""INT3472""
|
||||
|
|
Loading…
Add table
Reference in a new issue