aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/da7219/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/da7219/chip.h')
-rw-r--r--src/drivers/i2c/da7219/chip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/i2c/da7219/chip.h b/src/drivers/i2c/da7219/chip.h
index 823b940e67..572d7279a5 100644
--- a/src/drivers/i2c/da7219/chip.h
+++ b/src/drivers/i2c/da7219/chip.h
@@ -8,6 +8,9 @@ struct drivers_i2c_da7219_config {
/* Interrupt configuration */
struct acpi_irq irq;
+ /* Use GPIO based interrupt instead of PIRQ */
+ struct acpi_gpio irq_gpio;
+
/* I2C Bus Frequency in Hertz (default 400kHz) */
unsigned bus_speed;