aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorVinod Koul <vkoul@kernel.org>2018-10-24 09:15:48 +0100
committerVinod Koul <vkoul@kernel.org>2018-10-24 09:15:48 +0100
commit11b73fcf3a3aee7f70dc48eb4fb471a938dbf55e (patch)
tree58b1507cc9bad1f8eefbeb90b6b68c105f48a77f /drivers/dma
parentMerge branch 'topic/dmam' into for-linus (diff)
parentdmaengine: dw: Add alternative ACPI HIDs for Cherry Trail DMA controllers (diff)
downloadlinux-dev-11b73fcf3a3aee7f70dc48eb4fb471a938dbf55e.tar.xz
linux-dev-11b73fcf3a3aee7f70dc48eb4fb471a938dbf55e.zip
Merge branch 'topic/dw' into for-linus
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/dw/platform.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/dw/platform.c b/drivers/dma/dw/platform.c
index f62dd0944908..f01b2c173fa6 100644
--- a/drivers/dma/dw/platform.c
+++ b/drivers/dma/dw/platform.c
@@ -284,6 +284,8 @@ MODULE_DEVICE_TABLE(of, dw_dma_of_id_table);
#ifdef CONFIG_ACPI
static const struct acpi_device_id dw_dma_acpi_id_table[] = {
{ "INTL9C60", 0 },
+ { "80862286", 0 },
+ { "808622C0", 0 },
{ }
};
MODULE_DEVICE_TABLE(acpi, dw_dma_acpi_id_table);