Johnny Li has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43007 )
Change subject: mb/google/volteer/var/volteer: Increase I2C5 bus freq closer to 400 kHz for trackpad ......................................................................
mb/google/volteer/var/volteer: Increase I2C5 bus freq closer to 400 kHz for trackpad
The current I2C5 bus frequency is 367 kHZ, which does not meet the spec. This change updates scl_lcnt, scl_hcnt, scl_hcnt value for I2C5 to bring the bus frequency closer to 400kHz.
BUG=b:153588771 TEST=Verified that I2C5 frequency is between 389-396kHz.
Signed-off-by: Johnny Li johnny_li@wistron.corp-partner.google.com Change-Id: I02ff1997b957a023048d5a1e473024f60de49feb --- M src/mainboard/google/volteer/variants/volteer/overridetree.cb 1 file changed, 40 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/43007/1
diff --git a/src/mainboard/google/volteer/variants/volteer/overridetree.cb b/src/mainboard/google/volteer/variants/volteer/overridetree.cb index 24b869c..95bba0d 100644 --- a/src/mainboard/google/volteer/variants/volteer/overridetree.cb +++ b/src/mainboard/google/volteer/variants/volteer/overridetree.cb @@ -161,5 +161,45 @@ end end end # PMC + # Intel Common SoC Config + #+-------------------+---------------------------+ + #| Field | Value | + #+-------------------+---------------------------+ + #| chipset_lockdown | CHIPSET_LOCKDOWN_COREBOOT | + #| GSPI0 | cr50 TPM. Early init is | + #| | required to set up a BAR | + #| | for TPM communication | + #| | before memory is up | + #| GSPI1 | Fingerprint MCU | + #| I2C0 | Audio | + #| I2C1 | Touchscreen | + #| I2C2 | WLAN, SAR0 | + #| I2C3 | Camera, SAR1 | + #| I2C5 | Trackpad | + #+-------------------+---------------------------+ + register "common_soc_config" = "{ + .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT, + .gspi[0] = { + .speed_mhz = 1, + .early_init = 1, + }, + .i2c[0] = { + }, + .i2c[1] = { + }, + .i2c[2] = { + }, + .i2c[3] = { + .speed = I2C_SPEED_FAST, + .speed_config[0] = { + .speed = I2C_SPEED_FAST, + .scl_lcnt = 153, + .scl_hcnt = 75, + .sda_hold = 36, + }, + }, + .i2c[5] = { + }, + }" end end
Johnny Li has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/43007 )
Change subject: mb/google/volteer/var/volteer: Increase I2C3 bus freq closer to 400 kHz for camera ......................................................................
mb/google/volteer/var/volteer: Increase I2C3 bus freq closer to 400 kHz for camera
The current I2C3 bus frequency is 341 kHZ, which does not meet the spec. This change updates scl_lcnt, scl_hcnt, scl_hcnt value for I2C3 to bring the bus frequency closer to 400kHz.
BUG=b:153588771 TEST=Verified that I2C3 frequency is 394.3kHz.
Signed-off-by: Johnny Li johnny_li@wistron.corp-partner.google.com Change-Id: I02ff1997b957a023048d5a1e473024f60de49feb --- M src/mainboard/google/volteer/variants/volteer/overridetree.cb 1 file changed, 40 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/43007/2
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43007
to look at the new patch set (#3).
Change subject: mb/google/volteer/var/volteer: turn I2C3 bus freq 400 kHz for camera ......................................................................
mb/google/volteer/var/volteer: turn I2C3 bus freq 400 kHz for camera
The current I2C3 bus frequency is 341 kHZ, which does not meet the spec. This change updates scl_lcnt, scl_hcnt, scl_hcnt value for I2C3 to bring the bus frequency closer to 400kHz.
BUG=b:153588771 TEST=Verified that I2C3 frequency is 394.3kHz.
Signed-off-by: Johnny Li johnny_li@wistron.corp-partner.google.com Change-Id: I02ff1997b957a023048d5a1e473024f60de49feb --- M src/mainboard/google/volteer/variants/volteer/overridetree.cb 1 file changed, 40 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/43007/3
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43007
to look at the new patch set (#4).
Change subject: mb/google/volteer/var/volteer: I2C3 bus freq 400 kHz for camera ......................................................................
mb/google/volteer/var/volteer: I2C3 bus freq 400 kHz for camera
The current I2C3 bus frequency is 341 kHZ, which does not meet the spec. This change updates scl_lcnt, scl_hcnt, scl_hcnt value for I2C3 to bring the bus frequency closer to 400kHz.
BUG=b:153588771 TEST=Verified that I2C3 frequency is 394.3kHz.
Signed-off-by: Johnny Li johnny_li@wistron.corp-partner.google.com Change-Id: I02ff1997b957a023048d5a1e473024f60de49feb --- M src/mainboard/google/volteer/variants/volteer/overridetree.cb 1 file changed, 40 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/43007/4
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43007
to look at the new patch set (#5).
Change subject: mb/google/volteer/var/volteer: Increase I2C3 bus freq closer to 400 kHz for camera ......................................................................
mb/google/volteer/var/volteer: Increase I2C3 bus freq closer to 400 kHz for camera
The current I2C3 bus frequency is 341 kHZ, which does not meet the spec. This change updates scl_lcnt, scl_hcnt, scl_hcnt value for I2C3 to bring the bus frequency closer to 400kHz.
BUG=b:153588771 TEST=Verified that I2C3 frequency is between 394kHz.
Signed-off-by: Johnny Li johnny_li@wistron.corp-partner.google.com Change-Id: I02ff1997b957a023048d5a1e473024f60de49feb --- M src/mainboard/google/volteer/variants/volteer/overridetree.cb 1 file changed, 40 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/43007/5
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43007
to look at the new patch set (#6).
Change subject: mb/google/volteer/var/volteer: Increase I2C5 bus freq closer to 400 kHz for trackpad ......................................................................
mb/google/volteer/var/volteer: Increase I2C5 bus freq closer to 400 kHz for trackpad
The current I2C5 bus frequency is 367 kHZ, which does not meet the spec. This change updates scl_lcnt, scl_hcnt, scl_hcnt value for I2C5 to bring the bus frequency closer to 400kHz.
BUG=b:153588771 TEST=Verified that I2C5 frequency is between 389-396kHz.
Signed-off-by: Johnny Li johnny_li@wistron.corp-partner.google.com Change-Id: I02ff1997b957a023048d5a1e473024f60de49feb --- M src/mainboard/google/volteer/variants/volteer/overridetree.cb 1 file changed, 40 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/43007/6
Johnny Li has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/43007 )
Change subject: mb/google/volteer/var/volteer: Increase I2C5 bus freq closer to 400 kHz for trackpad ......................................................................
Abandoned