From: Mika Westerberg Date: Tue, 12 Nov 2013 10:06:21 +0000 (+0200) Subject: spi/pxa2xx: add new ACPI IDs X-Git-Tag: submit/tizen_common/20140905.094502~1392 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c89bc17f72f77a6b1cf86f075fa4d64214da35d;p=sdk%2Femulator%2Femulator-kernel.git spi/pxa2xx: add new ACPI IDs commit 54acbd9688e6324470671525c7916011f1ff8081 upstream. Newer Intel PCHs with LPSS have the same SPI controllers than Haswell but ACPI IDs are different. Add these IDs to the driver list. 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 c1a50674c1e3..28361f7783cd 100644 --- a/drivers/spi/spi-pxa2xx.c +++ b/drivers/spi/spi-pxa2xx.c @@ -1077,6 +1077,8 @@ pxa2xx_spi_acpi_get_pdata(struct platform_device *pdev) static struct acpi_device_id pxa2xx_spi_acpi_match[] = { { "INT33C0", 0 }, { "INT33C1", 0 }, + { "INT3430", 0 }, + { "INT3431", 0 }, { "80860F0E", 0 }, { }, };