[PATCH 3.16 096/158] spi/pxa2xx: Add ACPI ID for Intel Braswell
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2014-09-15 20:57:15
Also in:
lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2014-09-15 20:57:15
Also in:
lkml
3.16-stable review patch. If anyone has any objections, please let me know. ------------------ From: Alan Cox <redacted> commit aca26364689e00e3b2052072424682231bdae6ae upstream. 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 <redacted> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Mark Brown <redacted> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/spi/spi-pxa2xx.c | 1 + 1 file changed, 1 insertion(+)
--- a/drivers/spi/spi-pxa2xx.c
+++ b/drivers/spi/spi-pxa2xx.c@@ -1074,6 +1074,7 @@ static struct acpi_device_id pxa2xx_spi_ { "INT3430", 0 }, { "INT3431", 0 }, { "80860F0E", 0 }, + { "8086228E", 0 }, { }, }; MODULE_DEVICE_TABLE(acpi, pxa2xx_spi_acpi_match);