Wisley Chen has uploaded this change for review.

View Change

mainboard/google/soraka: Remove wacom digitizer

We have no wacom digitizer on I2C#3, so remove it.

TEST=build and boot on soraka.

Change-Id: I3f5a1b9ece6fc9a9443477c7a7aa77dbcdf6a703
signed-off-by: Wisley Chen <wisley.chen@quantatw.com>
---
M src/mainboard/google/poppy/variants/soraka/devicetree.cb
1 file changed, 1 insertion(+), 9 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/21309/1
diff --git a/src/mainboard/google/poppy/variants/soraka/devicetree.cb b/src/mainboard/google/poppy/variants/soraka/devicetree.cb
index b39092b..0c87611 100644
--- a/src/mainboard/google/poppy/variants/soraka/devicetree.cb
+++ b/src/mainboard/google/poppy/variants/soraka/devicetree.cb
@@ -298,15 +298,7 @@
end
end # I2C #1
device pci 15.2 on end # I2C #2
- device pci 15.3 on
- chip drivers/i2c/hid
- register "generic.hid" = ""WCOM50C1""
- register "generic.desc" = ""WCOM Digitizer""
- register "generic.irq" = "ACPI_IRQ_LEVEL_LOW(GPP_D1_IRQ)"
- register "hid_desc_reg_offset" = "0x1"
- device i2c 0x9 on end
- end
- end # I2C #3
+ device pci 15.3 on end # I2C #3
device pci 16.0 on end # Management Engine Interface 1
device pci 16.1 off end # Management Engine Interface 2
device pci 16.2 off end # Management Engine IDE-R

To view, visit change 21309. To unsubscribe, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3f5a1b9ece6fc9a9443477c7a7aa77dbcdf6a703
Gerrit-Change-Number: 21309
Gerrit-PatchSet: 1
Gerrit-Owner: Wisley Chen <wisley.chen@quantatw.com>