coreboot-kgpe-d16/src
Jagadish Krishnamoorthy 77c13f03f5 google/cyan: Fix Touchscreen Interrupt
Cherry-pick from Chromium commit 1138727.

Elan touchscreen driver expects the first gpio resource in asl
to be the reset line.
The driver considers the gpio based irq line as reset gpio resource
and changes the direction to output.
This will cause irq registration to fail.

Solution is to pass Interrupt resource for touchscreen irq
instead of GpioInt.

Original-Change-Id: Ia72d4ad80117f3c0014098113c9027416026e65e
Original-Signed-off-by: Jagadish Krishnamoorthy <jagadish.krishnamoorthy@intel.com>
Original-Reviewed-by: Duncan Laurie <dlaurie@chromium.org>

Change-Id: I1c4b029851e321feeedf713186976fbec42dd82e
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/21122
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2017-08-25 18:58:29 +00:00
..
acpi src/acpi: Add guards on all header files 2017-08-01 23:04:27 +00:00
arch i82801dx/gx/ix/jx: Add low-memory backup for S3 path 2017-08-19 15:31:51 +00:00
commonlib Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
console console: Add weak method to notify about death 2017-08-14 11:01:41 +00:00
cpu AMD K8 fam10-15: Tidy up CAR stack switch 2017-08-22 20:25:15 +00:00
device device/smbus: Reuse I2C bus operations where applicable 2017-08-18 15:34:15 +00:00
drivers drivers/i2c/rx6110sa: Drop I2C interface arbitration 2017-08-18 15:33:58 +00:00
ec ec/google: Detect keyboard backlight at runtime 2017-08-22 17:59:20 +00:00
include AMD K8 fam10-15: Tidy up CAR stack switch 2017-08-22 20:25:15 +00:00
lib lib/cbmem: provide optional cbmem top initialization hook 2017-08-04 04:29:57 +00:00
mainboard google/cyan: Fix Touchscreen Interrupt 2017-08-25 18:58:29 +00:00
northbridge AGESA: Sync f15tn and f15rl northbridge code 2017-08-24 10:53:01 +00:00
soc soc/intel/braswell: select GENERIC_GPIO_LIB 2017-08-25 18:56:24 +00:00
southbridge amd/XX/hudson: Remove #if IS_ENABLED(CONFIG_HUDSON_IMC_FWM) 2017-08-25 04:21:33 +00:00
superio superio/winbond/w83627*: Remove deprecated code 2017-08-21 17:02:53 +00:00
vboot vboot: Remove get_sw_write_protect_state callback 2017-07-18 23:24:01 +00:00
vendorcode vendorcode/intel/fsp/fsp2_0/denverton_ns: Add FSP header files for Denverton_NS SoC 2017-08-22 19:11:23 +00:00
Kconfig