diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2017-07-07 18:11:30 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-10 18:08:09 +0000 |
commit | 2fdf895867bc258690943475f0d2e8fc7daa6ee5 (patch) | |
tree | b06bebd59b89f310e4a30243a9a4f37bdfae5069 /src/mainboard | |
parent | a04aa3d5662149b70f31e0e6584bd8c6087b5f3b (diff) | |
download | coreboot-2fdf895867bc258690943475f0d2e8fc7daa6ee5.tar.xz |
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@gmail.com>
Reviewed-on: https://review.coreboot.org/20498
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/chell/devicetree.cb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/mainboard/google/chell/devicetree.cb b/src/mainboard/google/chell/devicetree.cb index 5df9ea625e..4d4d0aff1d 100644 --- a/src/mainboard/google/chell/devicetree.cb +++ b/src/mainboard/google/chell/devicetree.cb @@ -199,14 +199,7 @@ chip soc/intel/skylake 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"" |