Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/63545 )
Change subject: mb/google/brask/variants/moli: remove i2c1 in overridetree ......................................................................
mb/google/brask/variants/moli: remove i2c1 in overridetree
Remove i2c1 because brask devicetree is already has it.
BUG=b:220814038 TEST=emerge-brask coreboot.
Signed-off-by: Raihow Shi raihow_shi@wistron.corp-partner.google.com Change-Id: Ic782e1c6434ac57bdf65b3d9f4219bdf32d25b9e Reviewed-on: https://review.coreboot.org/c/coreboot/+/63545 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Tim Wawrzynczak twawrzynczak@chromium.org --- M src/mainboard/google/brya/variants/moli/overridetree.cb 1 file changed, 1 insertion(+), 8 deletions(-)
Approvals: build bot (Jenkins): Verified Tim Wawrzynczak: Looks good to me, approved
diff --git a/src/mainboard/google/brya/variants/moli/overridetree.cb b/src/mainboard/google/brya/variants/moli/overridetree.cb index 9d443ed..5d17976 100644 --- a/src/mainboard/google/brya/variants/moli/overridetree.cb +++ b/src/mainboard/google/brya/variants/moli/overridetree.cb @@ -219,14 +219,7 @@ end end end - end #USB2 and USB3 Port - device ref i2c1 on - chip drivers/i2c/tpm - register "hid" = ""GOOG0005"" - register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_A13_IRQ)" - device i2c 50 on end - end - end # tpm + end # USB2 and USB3 Port end
end
5 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.