diff options
author | Alan Cox <alan@linux.intel.com> | 2014-08-20 13:57:26 +0300 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-20 10:19:59 -0500 |
commit | aca26364689e00e3b2052072424682231bdae6ae (patch) | |
tree | 28acb8b23a648113ba65a70d1fd603242d7ca933 /drivers/spi | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) | |
download | linux-aca26364689e00e3b2052072424682231bdae6ae.tar.gz linux-aca26364689e00e3b2052072424682231bdae6ae.tar.bz2 linux-aca26364689e00e3b2052072424682231bdae6ae.zip |
spi/pxa2xx: Add ACPI ID for Intel Braswell
The SPI host controller is the same as used in Baytrail, only the ACPI ID
is different so add this new ID to the list.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/spi-pxa2xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c index fe792106bdc5..46f45ca2c694 100644 --- a/drivers/spi/spi-pxa2xx.c +++ b/drivers/spi/spi-pxa2xx.c @@ -1074,6 +1074,7 @@ static struct acpi_device_id pxa2xx_spi_acpi_match[] = { { "INT3430", 0 }, { "INT3431", 0 }, { "80860F0E", 0 }, + { "8086228E", 0 }, { }, }; MODULE_DEVICE_TABLE(acpi, pxa2xx_spi_acpi_match); |