commit | bbbfe91434c39ca8d4c6fe6dbee15b60969f2d34 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Sun Jul 14 19:23:58 2019 +0300 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Aug 09 22:24:02 2019 +0800 |
tree | 53345b8bca02c55060f680be0f4ea4e469ba66b2 | |
parent | 607dbd1e56baa643d11cf02a6864ef02f1276d77 [diff] |
x86: acpi: Enable ACPI companion for Intel iDMA 32-bit ACPI has a capability to specify DMA parameters for DMA channel consumers. To enable this for Intel Edison, describe GP DMA device in ACPI table in order to get an ACPI handle to it in OS. This works in conjunction with CSRT, which must be in align with DSDT. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>