https://bugzilla.kernel.org/show_bug.cgi?id=213579 --- Comment #32 from Andy Shevchenko (andy.shevchenko@xxxxxxxxx) --- (In reply to Riccardo Mori from comment #31) > Created attachment 297989 [details] > dmesg > > Unfortunately even after the hack it is still trying to use pin 57 Are you sure you boot the kernel with the patch? The call graph is i2c_acpi_get_irq() -> acpi_dev_gpio_irq_get_by() -> ... acpi_populate_gpio_lookup() -> acpi_get_gpiod() Ah, okay, the pin there is actually GPIO #, so perhaps changing pair to be if (pin == 44) pin = 140 ? -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.