i2c: fine tune register values to meet the 100 kHz frequency requirement#78
Merged
ddeshat merged 1 commit intointel:mainfrom Apr 17, 2026
Merged
i2c: fine tune register values to meet the 100 kHz frequency requirement#78ddeshat merged 1 commit intointel:mainfrom
ddeshat merged 1 commit intointel:mainfrom
Conversation
Contributor
|
The patch looks well and should be able to address the 100KHZ issue. |
kwd-doodling
approved these changes
Apr 17, 2026
When ISH I2C is configured to standard frequency 100kHz and measured on different WCL RVP and customer reference designs the measured frequency reported is more than 101kHz The default values of the I2C_SS_SCL_HIGH REG values is increased by 140 to finetune clock frequency to 99.79kHz. This helps generate frequency less than 100kHz by default. Based on the WCL boards RVP below are the details on the I2C SCL Clock pulse tr(raise time)=189.6ns tf(fall time)=48.92ns tHIGH=4.7usec and tLOW=5.124usec. Frequency measured is 99.79kHz Signed-off-by: Deshatty, Deepti <deepti.deshatty@intel.com>
kwd-doodling
approved these changes
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
i2c: fine tune register values to meet the 100 kHz frequency requirement
When ISH I2C is configured to standard frequency 100kHz and measured on different WCL RVP and customer reference designs the measured frequency reported is more than 101kHz
The default values of the I2C_SS_SCL_HIGH REG values is increased by 140 to finetune clock frequency to 99.79kHz. This helps generate frequency less than 100kHz by default.
Based on the WCL boards RVP below are the details on the I2C SCL Clock pulse
tr(raise time)=189.6ns tf(fall time)=48.92ns tHIGH=4.7usec and tLOW=5.124usec. Frequency measured is 99.79kHz
Captures attached:


