input: goodix: Affine IRQ to the prime CPU cluster

This commit is contained in:
spakkkk 2020-12-15 16:44:40 +00:00
parent d83806374f
commit 293b8620c8

View File

@ -651,7 +651,7 @@ static int gf_open(struct inode *inode, struct file *filp)
gpio_direction_input(gf_dev->irq_gpio);
rc = request_threaded_irq(gf_dev->irq, NULL, gf_irq,
IRQF_TRIGGER_RISING | IRQF_ONESHOT,
IRQF_TRIGGER_RISING | IRQF_ONESHOT | IRQF_PRIME_AFFINE,
"gf", gf_dev);
if (!rc) {