[coreboot-gerrit] Change in coreboot[master]: google/snappy: Add Raydium touch screen support

Kevin Chiu (Code Review) gerrit at coreboot.org
Fri Aug 18 09:09:13 CEST 2017


Kevin Chiu has uploaded this change for review. ( https://review.coreboot.org/21083


Change subject: google/snappy: Add Raydium touch screen support
......................................................................

google/snappy: Add Raydium touch screen support

Current coreboot does not create ACPI device for OS to recognize Raydium
touchscreen.
List the touch screen in the devicetree so that the correct ACPI device
are created.

BUG=b:64821783
BRANCH=reef
TEST=emerge-snappy coreboot
Change-Id: I8852e38f01f82b80c2c9718b93baf5894dbd745b
Signed-off-by: Kevin Chiu <Kevin.Chiu at quantatw.com>
---
M src/mainboard/google/reef/variants/snappy/devicetree.cb
1 file changed, 7 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/21083/1

diff --git a/src/mainboard/google/reef/variants/snappy/devicetree.cb b/src/mainboard/google/reef/variants/snappy/devicetree.cb
index 4bb9b51..5d28603 100644
--- a/src/mainboard/google/reef/variants/snappy/devicetree.cb
+++ b/src/mainboard/google/reef/variants/snappy/devicetree.cb
@@ -200,6 +200,13 @@
 				register "probed" = "1"
 				device i2c 34 on end
 			end
+			chip drivers/i2c/generic
+				register "hid" = ""RAYD0001""
+				register "desc" = ""Raydium Touchscreen""
+				register "irq" = "ACPI_IRQ_EDGE_LOW(GPIO_21_IRQ)"
+				register "probed" = "1"
+				device i2c 39 on end
+			end
 			chip drivers/i2c/hid
 				register "generic.hid" = ""WDHT0002""
 				register "generic.desc" = ""WDT Touchscreen""

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8852e38f01f82b80c2c9718b93baf5894dbd745b
Gerrit-Change-Number: 21083
Gerrit-PatchSet: 1
Gerrit-Owner: Kevin Chiu <Kevin.Chiu at quantatw.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170818/79877775/attachment-0001.html>


More information about the coreboot-gerrit mailing list