[coreboot-gerrit] Change in coreboot[master]: mainboard/google/poppy: Correct I2C bus number for TPM

Furquan Shaikh (Code Review) gerrit at coreboot.org
Tue May 16 10:40:34 CEST 2017


Furquan Shaikh has uploaded a new change for review. ( https://review.coreboot.org/19710 )

Change subject: mainboard/google/poppy: Correct I2C bus number for TPM
......................................................................

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 at chromium.org>
---
M src/mainboard/google/poppy/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/19710/1

diff --git a/src/mainboard/google/poppy/Kconfig b/src/mainboard/google/poppy/Kconfig
index 58af8df..fee40cd 100644
--- a/src/mainboard/google/poppy/Kconfig
+++ b/src/mainboard/google/poppy/Kconfig
@@ -24,7 +24,7 @@
 
 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

-- 
To view, visit https://review.coreboot.org/19710
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7fb696ca7281a0c099dd325d794dd4551cf20a53
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Furquan Shaikh <furquan at google.com>



More information about the coreboot-gerrit mailing list