aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/variants/careena
diff options
context:
space:
mode:
authorKevin Chiu <Kevin.Chiu@quantatw.com>2018-07-03 19:34:46 +0800
committerPatrick Georgi <pgeorgi@google.com>2018-07-06 13:02:24 +0000
commit12f0b4c80eeb6865fdb5120fd0320cd9ef8073f6 (patch)
treef7b29e34cfae81462b003b1a97a295f062d62746 /src/mainboard/google/kahlee/variants/careena
parent3419bf639ddaaec268bb17a5b71013e8ec2f6a91 (diff)
google/grunt: Update Raydium TS device ACPI nodes
change I2C irq to EDGE trigger BUG=b:110962003 BRANCH=master TEST=emerge-grunt coreboot Raydium TS is working. Change-Id: Iff3acf4199d23b29dff209ec1c03a731679c6cbe Signed-off-by: Kevin Chiu <Kevin.Chiu@quantatw.com> Reviewed-on: https://review.coreboot.org/27327 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/kahlee/variants/careena')
-rw-r--r--src/mainboard/google/kahlee/variants/careena/devicetree.cb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/kahlee/variants/careena/devicetree.cb b/src/mainboard/google/kahlee/variants/careena/devicetree.cb
index 3863100b63..2b6041faef 100644
--- a/src/mainboard/google/kahlee/variants/careena/devicetree.cb
+++ b/src/mainboard/google/kahlee/variants/careena/devicetree.cb
@@ -140,7 +140,7 @@ chip soc/amd/stoneyridge
register "hid" = ""RAYD0001""
register "desc" = ""Raydium Touchscreen""
register "probed" = "1"
- register "irq_gpio" = "ACPI_GPIO_IRQ_LEVEL_LOW(GPIO_11)"
+ register "irq_gpio" = "ACPI_GPIO_IRQ_EDGE_LOW(GPIO_11)"
register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPIO_85)"
register "reset_delay_ms" = "20"
register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPIO_76)"