diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-08-29 11:58:27 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-08-31 15:12:58 +0000 |
commit | bbfb18c41051caf26df5b6d56d1249bc1c90f0c3 (patch) | |
tree | f4dc12a9d293c540a04cd7c49c250d948d932930 /src/mainboard | |
parent | 085649440bb1604d8492156838813938df10eb83 (diff) |
mb/google/caroline: Enable I2C #2 in devicetree
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57224
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/glados/variants/caroline/overridetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
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)" |