From bbfb18c41051caf26df5b6d56d1249bc1c90f0c3 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 29 Aug 2021 11:58:27 +0200 Subject: [PATCH] mb/google/caroline: Enable I2C #2 in devicetree MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 98ec53bdf15ff79369307862e71142d4606f9e5a (mb/google/caroline: Re-enable I2C2 / fix digitizer) enabled I2C #2 in the `SerialIoDevMode` array, but left the device disabled in the devicetree. Enable it. Change-Id: I67eec1c753bfd2a78ed0c1e0a78057cd4a3d4153 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/57224 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner Reviewed-by: Matt DeVillier --- src/mainboard/google/glados/variants/caroline/overridetree.cb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/glados/variants/caroline/overridetree.cb b/src/mainboard/google/glados/variants/caroline/overridetree.cb index 6f55dce1e0..0e6d5e7c63 100644 --- a/src/mainboard/google/glados/variants/caroline/overridetree.cb +++ b/src/mainboard/google/glados/variants/caroline/overridetree.cb @@ -55,6 +55,7 @@ chip soc/intel/skylake device i2c 4a on end end end # I2C #1 + device pci 15.2 on end # I2C #2 device pci 19.2 on chip drivers/i2c/nau8825 register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_F10_IRQ)"