mainboard/google/poppy: Correct I2C bus number for TPM
TPM is on I2C bus 1. Fix that. BUG=b:36265511 Change-Id: I7fb696ca7281a0c099dd325d794dd4551cf20a53 Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://review.coreboot.org/19710 Reviewed-by: Nicolas Boichat <drinkcat@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Naresh Solanki <naresh.solanki@intel.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
6f1bfaba8c
commit
d271afc0a7
|
@ -24,7 +24,7 @@ config DEVICETREE
|
|||
|
||||
config DRIVER_TPM_I2C_BUS
|
||||
depends on POPPY_USE_I2C_TPM
|
||||
default 0x4
|
||||
default 0x1
|
||||
|
||||
config DRIVER_TPM_I2C_ADDR
|
||||
depends on POPPY_USE_I2C_TPM
|
||||
|
|
Loading…
Reference in New Issue