Attention is currently required from: Pranava Y N.
Subrata Banik has posted comments on this change by Subrata Banik. ( https://review.coreboot.org/c/coreboot/+/85802?usp=email )
Change subject: mb/google/fatcat/var/fatcat: Change touchpad interrupt to edge trigger ......................................................................
Patch Set 1:
(1 comment)
File src/mainboard/google/fatcat/variants/fatcat/fw_config.c:
https://review.coreboot.org/c/coreboot/+/85802/comment/d78a64d7_8b2fbb25?usp... : PS1, Line 443: EDGE_SINGLE
Does this not contradict with devicetree irq configuration ```ACPI_IRQ_WAKE_LEVEL_LOW```?
looks like as per ACPI and I2C HID spec, the ACPI configuration has to be level
https://github.com/coreboot/coreboot/blob/main/src/drivers/i2c/hid/hid.c#L82