summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank_Chu <frank_chu@pegatron.corp-partner.google.com>2019-07-02 11:13:56 +0800
committerMartin Roth <martinroth@google.com>2019-07-11 15:05:47 +0000
commit125b48d1d59b4732c0580e982d925f41fefaf2cd (patch)
tree6e1c31de9ef3d066095a2fffae98421b8e08fa75
parentc5651568ea63aedc92669c5447c0c9755e726244 (diff)
downloadcoreboot-125b48d1d59b4732c0580e982d925f41fefaf2cd.tar.gz
coreboot-125b48d1d59b4732c0580e982d925f41fefaf2cd.tar.bz2
coreboot-125b48d1d59b4732c0580e982d925f41fefaf2cd.zip
mb/google/hatch/variants: Fix nonworking touch pad
Correct ELAN Touch pad IRQ GPIO to GPP_A21 BUG=b:135507215 BRANCH=none TEST=emerge-hatch coreboot chromeos-ec chromeos-bootimage Signed-off-by: Frank_Chu <frank_chu@pegatron.corp-partner.google.com> Change-Id: I60816a4652fa39ab2a91034b268efe8f84a13e17 Reviewed-on: https://review.coreboot.org/c/coreboot/+/33954 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/google/hatch/variants/helios/overridetree.cb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/hatch/variants/helios/overridetree.cb b/src/mainboard/google/hatch/variants/helios/overridetree.cb
index 405f85f21093..3f71c99db128 100644
--- a/src/mainboard/google/hatch/variants/helios/overridetree.cb
+++ b/src/mainboard/google/hatch/variants/helios/overridetree.cb
@@ -72,7 +72,7 @@ chip soc/intel/cannonlake
chip drivers/i2c/generic
register "hid" = ""ELAN0000""
register "desc" = ""ELAN Touchpad""
- register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_A20_IRQ)"
+ register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_A21_IRQ)"
register "wake" = "GPE0_DW0_21"
device i2c 15 on end
end