From: Alan Cox Date: Wed, 20 Aug 2014 10:57:26 +0000 (+0300) Subject: spi/pxa2xx: Add ACPI ID for Intel Braswell X-Git-Tag: submit/tizen/20160422.055611~1^2~99^2~18^2~464 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6b21fd09d5c83adf6911a856345ebf6de15d321;p=sdk%2Femulator%2Femulator-kernel.git spi/pxa2xx: Add ACPI ID for Intel Braswell 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 Signed-off-by: Mika Westerberg Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c index c702fc536a77..ced9ecffa163 100644 --- a/drivers/spi/spi-pxa2xx.c +++ b/drivers/spi/spi-pxa2xx.c @@ -1078,6 +1078,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);