mb/google/brya: Fix chip driver and HID for Cr50 TPM

ChromeOS does not compile in CONFIG_OF, so PRP0001 will not successfully
register the device with its driver. Change to GOOG0005 to match other
ChromeOS devices with I2C-connected Cr50 TPM.

BUG=b:180657076
TEST=abuild

Change-Id: Ic1d4eb5e12ea7f7e693f1ffd3848e59668ac2deb
Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50920
Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Tim Wawrzynczak 2021-02-19 09:00:45 -07:00 committed by Patrick Georgi
parent cc7acb82c0
commit 052e439318
1 changed files with 2 additions and 3 deletions

View File

@ -107,9 +107,8 @@ chip soc/intel/alderlake
end end
end end
device ref i2c3 on device ref i2c3 on
chip drivers/i2c/generic chip drivers/i2c/tpm
register "hid" = "ACPI_DT_NAMESPACE_HID" register "hid" = ""GOOG0005""
register "compat_string" = ""google,cr50""
register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_A13_IRQ)" register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_A13_IRQ)"
device i2c 50 on end device i2c 50 on end
end end