diff options
author | Jin Yao <yao.jin@intel.com> | 2014-05-15 18:28:46 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-05-23 00:01:53 +0200 |
commit | 20482d3279226d2d2802647ffa3ce82e511b74d7 (patch) | |
tree | 7f5f8c8939819cd77a290e5dd8767464e4374fae /drivers/pinctrl/pinctrl-baytrail.c | |
parent | f39d8a72feb073c4ef6296f1d12cedf2ed572bfb (diff) | |
download | blackbird-op-linux-20482d3279226d2d2802647ffa3ce82e511b74d7.tar.gz blackbird-op-linux-20482d3279226d2d2802647ffa3ce82e511b74d7.zip |
pinctrl: baytrail: Add back Baytrail-T ACPI ID
Now that the x86 dynamic IRQ allocation problem has been resolved with
commmit 62a08ae2a576 (genirq: x86: Ensure that dynamic irq allocation does
not conflict), we can add back Baytrail-T ACPI ID to the pinctrl driver.
This makes the driver to work on Asus T100 where it is needed for several
things like ACPI GPIO events and SD card detection.
References: https://bugzilla.kernel.org/show_bug.cgi?id=68291
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Jin Yao <yao.jin@intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/pinctrl-baytrail.c')
-rw-r--r-- | drivers/pinctrl/pinctrl-baytrail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/pinctrl-baytrail.c b/drivers/pinctrl/pinctrl-baytrail.c index 6e8301f77187..447f1dc25ea6 100644 --- a/drivers/pinctrl/pinctrl-baytrail.c +++ b/drivers/pinctrl/pinctrl-baytrail.c @@ -572,6 +572,7 @@ static const struct dev_pm_ops byt_gpio_pm_ops = { static const struct acpi_device_id byt_gpio_acpi_match[] = { { "INT33B2", 0 }, + { "INT33FC", 0 }, { } }; MODULE_DEVICE_TABLE(acpi, byt_gpio_acpi_match); |