diff mbox

spi/pxa2xx: Add ACPI ID for Intel Braswell

Message ID 1408532246-10988-1-git-send-email-mika.westerberg@linux.intel.com (mailing list archive)
State Accepted
Commit aca26364689e00e3b2052072424682231bdae6ae
Headers show

Commit Message

Mika Westerberg Aug. 20, 2014, 10:57 a.m. UTC
From: Alan Cox <alan@linux.intel.com>

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>
---
 drivers/spi/spi-pxa2xx.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Mark Brown Aug. 20, 2014, 3:20 p.m. UTC | #1
On Wed, Aug 20, 2014 at 01:57:26PM +0300, Mika Westerberg wrote:
> From: Alan Cox <alan@linux.intel.com>
> 
> 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.

Applied, thanks.
diff mbox

Patch

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);