[coreboot-gerrit] Change in coreboot[master]: mb/google/octopus/variants/fleex: Disable I2C0 in devicetree

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


Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/28931


Change subject: mb/google/octopus/variants/fleex: Disable I2C0 in devicetree
......................................................................

mb/google/octopus/variants/fleex: Disable I2C0 in devicetree

Fleex does not have any device on I2C0 and hence this change disables
I2C0 device (16.0) in devicetree and gets rid of the I2C tuning
parameters for I2C0.

BUG=b:115600671

Change-Id: Ib799eae05b667cee2272bbd37f0ca44b7cec66cd
Signed-off-by: Furquan Shaikh <furquan at google.com>
---
M src/mainboard/google/octopus/variants/fleex/overridetree.cb
1 file changed, 1 insertion(+), 5 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/28931/1

diff --git a/src/mainboard/google/octopus/variants/fleex/overridetree.cb b/src/mainboard/google/octopus/variants/fleex/overridetree.cb
index 792e057..c431e04 100644
--- a/src/mainboard/google/octopus/variants/fleex/overridetree.cb
+++ b/src/mainboard/google/octopus/variants/fleex/overridetree.cb
@@ -18,11 +18,6 @@
 			.speed_mhz = 1,
 			.early_init = 1,
 		},
-		.i2c[0] = {
-			.speed = I2C_SPEED_FAST,
-			.rise_time_ns = 152,
-			.fall_time_ns = 30,
-		},
 		.i2c[5] = {
 			.speed = I2C_SPEED_FAST,
 			.rise_time_ns = 104,
@@ -42,6 +37,7 @@
 	}"
 
 	device domain 0 on
+		device pci 16.0 off  end	# - I2C 0
 		device pci 16.1 off  end	# - I2C 1
 		device pci 17.1 on
 			chip drivers/i2c/da7219

-- 
To view, visit https://review.coreboot.org/28931
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: Ib799eae05b667cee2272bbd37f0ca44b7cec66cd
Gerrit-Change-Number: 28931
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/35bb64f3/attachment-0001.html>


More information about the coreboot-gerrit mailing list