Johnny Li has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46127 )
Change subject: mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz This change updates scl_lcnt, scl_hcnt, scl_hcnt value for I2C5 to bring the bus frequency closer to 400kHz. ......................................................................
mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz 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: Ib6cd8ec1241925a3426bf51665cadcb55435dede --- M src/mainboard/google/volteer/variants/volteer/overridetree.cb 1 file changed, 7 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/46127/1
diff --git a/src/mainboard/google/volteer/variants/volteer/overridetree.cb b/src/mainboard/google/volteer/variants/volteer/overridetree.cb index 2ef9fc9..d39f3ab 100644 --- a/src/mainboard/google/volteer/variants/volteer/overridetree.cb +++ b/src/mainboard/google/volteer/variants/volteer/overridetree.cb @@ -32,7 +32,13 @@ }, .i2c[3] = { .speed = I2C_SPEED_FAST, - }, + .speed_config[0] = { + .speed = I2C_SPEED_FAST, + .scl_lcnt = 153, + .scl_hcnt = 75, + .sda_hold = 36, + }, + }, .i2c[5] = { .speed = I2C_SPEED_FAST, .speed_config[0] = {
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46127 )
Change subject: mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz This change updates scl_lcnt, scl_hcnt, scl_hcnt value for I2C5 to bring the bus frequency closer to 400kHz. ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/46127/1/src/mainboard/google/voltee... File src/mainboard/google/volteer/variants/volteer/overridetree.cb:
https://review.coreboot.org/c/coreboot/+/46127/1/src/mainboard/google/voltee... PS1, Line 39: .sda_hold = 36, trailing whitespace
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46127
to look at the new patch set (#2).
Change subject: mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz This change updates scl_lcnt, scl_hcnt, scl_hcnt value for I2C5 to bring the bus frequency closer to 400kHz. ......................................................................
mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz 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: Ib6cd8ec1241925a3426bf51665cadcb55435dede --- 0 files changed, 0 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/46127/2
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46127
to look at the new patch set (#3).
Change subject: mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz This change updates scl_lcnt, scl_hcnt, scl_hcnt value for I2C5 to bring the bus frequency closer to 400kHz. ......................................................................
mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz 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: Ib6cd8ec1241925a3426bf51665cadcb55435dede --- M src/mainboard/google/volteer/variants/volteer/overridetree.cb 1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/46127/3
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46127
to look at the new patch set (#4).
Change subject: mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz ......................................................................
mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz
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: Ib6cd8ec1241925a3426bf51665cadcb55435dede --- M src/mainboard/google/volteer/variants/volteer/overridetree.cb 1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/46127/4
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46127
to look at the new patch set (#5).
Change subject: mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz ......................................................................
mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz
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 Lijohnny_li@wistron.corp-partner.google.com Change-Id: Ib6cd8ec1241925a3426bf51665cadcb55435dede --- M src/mainboard/google/volteer/variants/volteer/overridetree.cb 1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/46127/5
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46127
to look at the new patch set (#6).
Change subject: mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz ......................................................................
mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz
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 Lijohnny_li@wistron.corp-partner.google.com Change-Id: Ib6cd8ec1241925a3426bf51665cadcb55435dede --- M src/mainboard/google/volteer/variants/volteer/overridetree.cb 1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/46127/6
Johnny Li has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46127 )
Change subject: mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz ......................................................................
Patch Set 6: Code-Review+1
Caveh Jalali has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46127 )
Change subject: mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz ......................................................................
Patch Set 6:
volteer is the old ES2 board, did you mean to apply this to volteer2 (QS onward)? looks like we still need to add the common_soc_config section to the volteer2/overridetree.cb.
Hello build bot (Jenkins), Caveh Jalali, Tim Wawrzynczak, Nick Vaccaro,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46127
to look at the new patch set (#7).
Change subject: mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz ......................................................................
mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz
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 Lijohnny_li@wistron.corp-partner.google.com Change-Id: Ib6cd8ec1241925a3426bf51665cadcb55435dede --- M src/mainboard/google/volteer/variants/volteer/overridetree.cb 1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/46127/7
Johnny Li has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46127 )
Change subject: mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz ......................................................................
Patch Set 7:
Patch Set 6:
volteer is the old ES2 board, did you mean to apply this to volteer2 (QS onward)? looks like we still need to add the common_soc_config section to the volteer2/overridetree.cb.
ok
Johnny Li has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/46127 )
Change subject: mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz ......................................................................
Abandoned
Johnny Li has restored this change. ( https://review.coreboot.org/c/coreboot/+/46127 )
Change subject: mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz ......................................................................
Restored
Johnny Li has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/46127 )
Change subject: mb/google/volteer/var/volteer: I2C5 Camera bus freq 400 kHz ......................................................................
Abandoned