[coreboot-gerrit] Change in coreboot[master]: mb/google/octopus: Disable I2C3 in devicetree

Furquan Shaikh (Code Review) gerrit at coreboot.org
Fri Oct 5 02:59:32 CEST 2018


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 at 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

-- 
To view, visit https://review.coreboot.org/28930
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I650fa040075119a21864c83d8470dd2155c9edb9
Gerrit-Change-Number: 28930
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181005/f4a39c1a/attachment-0001.html>


More information about the coreboot-gerrit mailing list