Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/28930
Change subject: mb/google/octopus: Disable I2C3 in devicetree ......................................................................
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 --- M src/mainboard/google/octopus/variants/baseboard/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/28930/1
diff --git a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb index cec4ba7..3d22525 100644 --- a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb @@ -148,7 +148,7 @@ 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