[coreboot-gerrit] Change in coreboot[master]: google/chell: remove non-existent touchscreen

Matt DeVillier (Code Review) gerrit at coreboot.org
Sat Jul 8 01:31:24 CEST 2017


Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/20498


Change subject: google/chell: remove non-existent touchscreen
......................................................................

google/chell: remove non-existent touchscreen

Chell doesn't have a touchscreen, so remove the driver
definition from devicetree.  Leave the PCI device function 0
enabled since disabling results in the touchpad (function 1)
being disabled as well.

Change-Id: I32619b7618bc0cdd99fa54fdda9bf2b5c1bb79a4
Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
M src/mainboard/google/chell/devicetree.cb
1 file changed, 1 insertion(+), 8 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/20498/1

diff --git a/src/mainboard/google/chell/devicetree.cb b/src/mainboard/google/chell/devicetree.cb
index 5df9ea6..4d4d0af 100644
--- a/src/mainboard/google/chell/devicetree.cb
+++ b/src/mainboard/google/chell/devicetree.cb
@@ -199,14 +199,7 @@
 		device pci 14.0 on  end # USB xHCI
 		device pci 14.1 off end # USB xDCI (OTG)
 		device pci 14.2 on  end # Thermal Subsystem
-		device pci 15.0 on
-			chip drivers/i2c/generic
-				register "hid" = ""ELAN0001""
-				register "desc" = ""ELAN Touchscreen""
-				register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_E7_IRQ)"
-				device i2c 10 on end
-			end
-		end # I2C #0
+		device pci 15.0 on  end # I2C #0
 		device pci 15.1 on
 			chip drivers/i2c/generic
 				register "hid" = ""ELAN0000""

-- 
To view, visit https://review.coreboot.org/20498
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I32619b7618bc0cdd99fa54fdda9bf2b5c1bb79a4
Gerrit-Change-Number: 20498
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170707/ce810886/attachment-0001.html>


More information about the coreboot-gerrit mailing list