From 4b95fa277a7310df8faebdfe62c6aa3fc2d34830 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Fri, 10 Aug 2018 11:58:54 -0700 Subject: mb/google/octopus: Disable unused I2C2 in devicetree I2C2 is unused on all octopus variants. This change disables it in devicetree. BUG=b:112458032 Change-Id: I55abef864c06a448011f9570d3e6c0aa8bfdc5bc Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/28016 Reviewed-by: Aaron Durbin Reviewed-by: Justin TerAvest Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/mainboard/google/octopus/variants/baseboard/devicetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb index b7c7ad264d..01fd05f2e9 100644 --- a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb @@ -144,7 +144,7 @@ chip soc/intel/apollolake device pci 15.1 on end # - XDCI device pci 16.0 on end # - I2C 0 device pci 16.1 on end # - I2C 1 - device pci 16.2 on end # - I2C 2 + device pci 16.2 off end # - I2C 2 device pci 16.3 on end # - I2C 3 device pci 17.0 on end # - I2C 4 device pci 17.1 on end # - I2C 5 -- cgit v1.2.3