John Su has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37230 )
Change subject: mb/google/drallion/variants/drallion: Adjust all I2C CLK to meet spec ......................................................................
mb/google/drallion/variants/drallion: Adjust all I2C CLK to meet spec
After adjustment on Drallion Touch Pad CLK: KHz Touch Screen CLK: KHz H1 CLK: KHz
BUG=b:144245601 BRANCH=master TEST=emerge-drallion coreboot chromeos-bootimage measure by scope with drallion.
Change-Id: Id669d7199bc6ed4b55d7542f095c6c8baf00f984 Signed-off-by: John Su john_su@compal.corp-partner.google.com --- M src/mainboard/google/drallion/variants/drallion/devicetree.cb 1 file changed, 6 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/37230/1
diff --git a/src/mainboard/google/drallion/variants/drallion/devicetree.cb b/src/mainboard/google/drallion/variants/drallion/devicetree.cb index ed44f4f..fa2ec48 100644 --- a/src/mainboard/google/drallion/variants/drallion/devicetree.cb +++ b/src/mainboard/google/drallion/variants/drallion/devicetree.cb @@ -174,20 +174,20 @@ .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT, .i2c[0] = { .speed = I2C_SPEED_FAST, - .rise_time_ns = 52, - .fall_time_ns = 110, + .rise_time_ns = 180, + .fall_time_ns = 200, }, .i2c[1] = { .speed = I2C_SPEED_FAST, - .rise_time_ns = 52, - .fall_time_ns = 110, + .rise_time_ns = 30, + .fall_time_ns = 80, .data_hold_time_ns = 330, }, .i2c[4] = { .early_init = 1, .speed = I2C_SPEED_FAST, - .rise_time_ns = 36, - .fall_time_ns = 99, + .rise_time_ns = 30, + .fall_time_ns = 60, }, }"
John Su has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37230 )
Change subject: mb/google/drallion/variants/drallion: Adjust all I2C CLK to meet spec ......................................................................
Patch Set 2:
This change is ready for review.
Chiranjeevi Rapolu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37230 )
Change subject: mb/google/drallion/variants/drallion: Adjust all I2C CLK to meet spec ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37230/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/37230/2//COMMIT_MSG@10 PS2, Line 10: Touch Pad CLK: 393 KHz : Touch Screen CLK: 381 KHz : H1 CLK: 391 KHz What were these frequencies before?
John Su has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37230 )
Change subject: mb/google/drallion/variants/drallion: Adjust all I2C CLK to meet spec ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37230/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/37230/2//COMMIT_MSG@10 PS2, Line 10: Touch Pad CLK: 393 KHz : Touch Screen CLK: 381 KHz : H1 CLK: 391 KHz
What were these frequencies before?
H1: 396 KHz Touch Pad: 386 KHz Touch Screen: 364 Khz
What do you think to tune them closer to 400KHz or not ?
Mathew King has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37230 )
Change subject: mb/google/drallion/variants/drallion: Adjust all I2C CLK to meet spec ......................................................................
Patch Set 2: Code-Review+2
John Su has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37230 )
Change subject: mb/google/drallion/variants/drallion: Adjust all I2C CLK to meet spec ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37230/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/37230/2//COMMIT_MSG@10 PS2, Line 10: Touch Pad CLK: 393 KHz : Touch Screen CLK: 381 KHz : H1 CLK: 391 KHz
H1: 396 KHz […]
Ack
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/37230 )
Change subject: mb/google/drallion/variants/drallion: Adjust all I2C CLK to meet spec ......................................................................
mb/google/drallion/variants/drallion: Adjust all I2C CLK to meet spec
After adjustment on Drallion Touch Pad CLK: 393 KHz Touch Screen CLK: 381 KHz H1 CLK: 391 KHz
BUG=b:144245601 BRANCH=master TEST=emerge-drallion coreboot chromeos-bootimage measure by scope with drallion.
Change-Id: Id669d7199bc6ed4b55d7542f095c6c8baf00f984 Signed-off-by: John Su john_su@compal.corp-partner.google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/37230 Reviewed-by: Mathew King mathewk@chromium.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/drallion/variants/drallion/devicetree.cb 1 file changed, 6 insertions(+), 6 deletions(-)
Approvals: build bot (Jenkins): Verified Mathew King: Looks good to me, approved
diff --git a/src/mainboard/google/drallion/variants/drallion/devicetree.cb b/src/mainboard/google/drallion/variants/drallion/devicetree.cb index 2fcf191..75fd3ee 100644 --- a/src/mainboard/google/drallion/variants/drallion/devicetree.cb +++ b/src/mainboard/google/drallion/variants/drallion/devicetree.cb @@ -176,20 +176,20 @@ .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT, .i2c[0] = { .speed = I2C_SPEED_FAST, - .rise_time_ns = 52, - .fall_time_ns = 110, + .rise_time_ns = 180, + .fall_time_ns = 200, }, .i2c[1] = { .speed = I2C_SPEED_FAST, - .rise_time_ns = 52, - .fall_time_ns = 110, + .rise_time_ns = 30, + .fall_time_ns = 80, .data_hold_time_ns = 330, }, .i2c[4] = { .early_init = 1, .speed = I2C_SPEED_FAST, - .rise_time_ns = 36, - .fall_time_ns = 99, + .rise_time_ns = 30, + .fall_time_ns = 60, }, }"