Alec Wang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46486 )
Change subject: mb/google/dedede: remove unuse I2C1 ......................................................................
mb/google/dedede: remove unuse I2C1
remove unuse I2C1
BUG=b:160664447 BRANCH=NONE TEST=build bios and verify theirs function for boten
Signed-off-by: alec.wang alec.wang@lcfc.corp-partner.google.com Change-Id: I88b6f12728d9ae25882c141d6a8558f76591d3a2 --- M src/mainboard/google/dedede/variants/boten/overridetree.cb 1 file changed, 1 insertion(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/46486/1
diff --git a/src/mainboard/google/dedede/variants/boten/overridetree.cb b/src/mainboard/google/dedede/variants/boten/overridetree.cb index 2ba6d9d..fd532d1 100644 --- a/src/mainboard/google/dedede/variants/boten/overridetree.cb +++ b/src/mainboard/google/dedede/variants/boten/overridetree.cb @@ -9,7 +9,6 @@ #| | for TPM communication | #| | before memory is up | #| I2C0 | Trackpad | - #| I2C1 | Digitizer | #| I2C2 | Touchscreen | #| I2C4 | Audio | #+-------------------+---------------------------+ @@ -21,9 +20,6 @@ .i2c[0] = { .speed = I2C_SPEED_FAST, }, - .i2c[1] = { - .speed = I2C_SPEED_FAST, - }, .i2c[2] = { .speed = I2C_SPEED_FAST, }, @@ -39,7 +35,7 @@
register "SerialIoI2cMode" = "{ [PchSerialIoIndexI2C0] = PchSerialIoPci, - [PchSerialIoIndexI2C1] = PchSerialIoPci, + [PchSerialIoIndexI2C1] = PchSerialIoDisabled, [PchSerialIoIndexI2C2] = PchSerialIoPci, [PchSerialIoIndexI2C3] = PchSerialIoDisabled, [PchSerialIoIndexI2C4] = PchSerialIoPci,
Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46486 )
Change subject: mb/google/dedede: remove unuse I2C1 ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/46486/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/46486/1//COMMIT_MSG@7 PS1, Line 7: : mb/google/dedede/var/boten: Disable I2C1
I2C1 controller is unused and hence disabling it.
Hello build bot (Jenkins), Marco Chen, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46486
to look at the new patch set (#2).
Change subject: mb/google/dedede/var/boten: Disable I2C1 ......................................................................
mb/google/dedede/var/boten: Disable I2C1
I2C1 controller is unused and hence disabling it.
BUG=b:160664447 BRANCH=NONE TEST=build bios and verify theirs function for boten
Signed-off-by: alec.wang alec.wang@lcfc.corp-partner.google.com Change-Id: I88b6f12728d9ae25882c141d6a8558f76591d3a2 --- M src/mainboard/google/dedede/variants/boten/overridetree.cb 1 file changed, 1 insertion(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/46486/2
Alec Wang has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46486 )
Change subject: mb/google/dedede/var/boten: Disable I2C1 ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/46486/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/46486/1//COMMIT_MSG@7 PS1, Line 7: :
mb/google/dedede/var/boten: Disable I2C1 […]
Done
Rasheed Hsueh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46486 )
Change subject: mb/google/dedede/var/boten: Disable I2C1 ......................................................................
Set Ready For Review
Rasheed Hsueh has uploaded a new patch set (#4) to the change originally created by Alec Wang. ( https://review.coreboot.org/c/coreboot/+/46486 )
Change subject: mb/google/dedede/var/boten: Disable I2C1 ......................................................................
mb/google/dedede/var/boten: Disable I2C1
I2C1 controller is unused and hence disabling it.
BUG=b:160664447 BRANCH=NONE TEST=build bios and verify theirs function for boten
Signed-off-by: alec.wang alec.wang@lcfc.corp-partner.google.com Change-Id: I88b6f12728d9ae25882c141d6a8558f76591d3a2 Signed-off-by: Rasheed Hsueh rasheed.hsueh@lcfc.corp-partner.google.com --- M src/mainboard/google/dedede/variants/boten/overridetree.cb 1 file changed, 2 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/46486/4
Rasheed Hsueh has uploaded a new patch set (#5) to the change originally created by Alec Wang. ( https://review.coreboot.org/c/coreboot/+/46486 )
Change subject: mb/google/dedede/var/boten: Disable I2C1 ......................................................................
mb/google/dedede/var/boten: Disable I2C1
I2C1 controller is unused and hence disabling it.
BUG=b:160664447 BRANCH=NONE TEST=build bios and verify theirs function for boten
Signed-off-by: alec.wang alec.wang@lcfc.corp-partner.google.com Change-Id: I88b6f12728d9ae25882c141d6a8558f76591d3a2 Signed-off-by: Rasheed Hsueh rasheed.hsueh@lcfc.corp-partner.google.com --- M src/mainboard/google/dedede/variants/boten/overridetree.cb 1 file changed, 1 insertion(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/46486/5
Alec Wang has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/46486 )
Change subject: mb/google/dedede/var/boten: Disable I2C1 ......................................................................
Abandoned
no need anymore