diff options
author | Furquan Shaikh <furquan@google.com> | 2018-10-04 17:55:36 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2018-10-06 00:03:35 +0000 |
commit | 778065146c13061f54d8fc3a334d74f3b586403d (patch) | |
tree | 5d49c04b31de736bb739f76954a57f81d2004ef5 /src/mainboard | |
parent | 999b916015ea0558e3821bdb51501b43a60b5ed6 (diff) |
mb/google/octopus: Disable I2C3 in devicetree
I2C3 is connected to the debug header and won't be required unless
connecting the debugger. This change disables I2C3 device (16.3) in
devicetree.
Change-Id: I650fa040075119a21864c83d8470dd2155c9edb9
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/28930
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Justin TerAvest <teravest@chromium.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Pratikkumar V Prajapati <pratikkumar.v.prajapati@intel.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/octopus/variants/baseboard/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb index cec4ba7686..3d22525d4c 100644 --- a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb @@ -148,7 +148,7 @@ chip soc/intel/apollolake device pci 16.0 on end # - I2C 0 device pci 16.1 on end # - I2C 1 device pci 16.2 off end # - I2C 2 - device pci 16.3 on end # - I2C 3 + device pci 16.3 off end # - I2C 3 device pci 17.0 on end # - I2C 4 device pci 17.1 on end # - I2C 5 device pci 17.2 on end # - I2C 6 |