[coreboot-gerrit] Change in coreboot[master]: soc/intel/cannonlake: Set Cannonlake I2C clock

Lijian Zhao (Code Review) gerrit at coreboot.org
Tue Apr 10 19:40:58 CEST 2018


Lijian Zhao has uploaded this change for review. ( https://review.coreboot.org/25610


Change subject: soc/intel/cannonlake: Set Cannonlake I2C clock
......................................................................

soc/intel/cannonlake: Set Cannonlake I2C clock

Correct Cannonlake I2C clock frequency to 133Mhz that will match the
silicon, Cannonlake have I2C clock force to 133Mhz.

BUG=b:75306520

Change-Id: Iaab8851bb00cf27876d4068167a283ed79a28b2d
Signed-off-by: Lijian Zhao <lijian.zhao at intel.com>
---
M src/soc/intel/cannonlake/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig
index 6f40295..541e516 100644
--- a/src/soc/intel/cannonlake/Kconfig
+++ b/src/soc/intel/cannonlake/Kconfig
@@ -192,7 +192,7 @@
 
 config DRIVERS_I2C_DESIGNWARE_CLOCK_MHZ
 	int
-	default SOC_INTEL_COMMON_BLOCK_GSPI_CLOCK_MHZ
+	default 133
 
 config SOC_INTEL_COMMON_BLOCK_GSPI_MAX
 	int

-- 
To view, visit https://review.coreboot.org/25610
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaab8851bb00cf27876d4068167a283ed79a28b2d
Gerrit-Change-Number: 25610
Gerrit-PatchSet: 1
Gerrit-Owner: Lijian Zhao <lijian.zhao at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180410/75ee9a9d/attachment.html>


More information about the coreboot-gerrit mailing list