]> Pileus Git - ~andy/linux/commitdiff
spi/pxa2xx: add new ACPI IDs
authorMika Westerberg <mika.westerberg@linux.intel.com>
Tue, 12 Nov 2013 10:06:21 +0000 (12:06 +0200)
committerMark Brown <broonie@linaro.org>
Sun, 24 Nov 2013 14:10:45 +0000 (14:10 +0000)
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 <mika.westerberg@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Cc: stable@vger.kernel.org
drivers/spi/spi-pxa2xx.c

index cb0e1f1137adb65384188ce31651171cb3f5f311..7028180a020a4723a7a46f32bd1ed78acf667ede 100644 (file)
@@ -1073,6 +1073,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 },
        { },
 };