mirror of
https://xff.cz/git/u-boot/
synced 2025-10-28 00:53:24 +01:00
x86: acpi: Add DMA descriptors for SPI5 on Intel Tangier
Intel Tangier SoC has a general purpose DMA which can serve to speed up communications on SPI and I2C serial buses. Provide DMA descriptors to utilize this capability in the future. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
committed by
Bin Meng
parent
e8e3f2d2d4
commit
1d2825aa30
@@ -179,6 +179,9 @@ Device (PCI0)
|
|||||||
"\\_SB.PCI0.GPIO", 0, ResourceConsumer, , ) { 112 }
|
"\\_SB.PCI0.GPIO", 0, ResourceConsumer, , ) { 112 }
|
||||||
GpioIo(Exclusive, PullUp, 0, 0, IoRestrictionOutputOnly,
|
GpioIo(Exclusive, PullUp, 0, 0, IoRestrictionOutputOnly,
|
||||||
"\\_SB.PCI0.GPIO", 0, ResourceConsumer, , ) { 113 }
|
"\\_SB.PCI0.GPIO", 0, ResourceConsumer, , ) { 113 }
|
||||||
|
|
||||||
|
FixedDMA(0x000d, 0x0002, Width32bit, )
|
||||||
|
FixedDMA(0x000c, 0x0003, Width32bit, )
|
||||||
})
|
})
|
||||||
|
|
||||||
Method (_CRS, 0, NotSerialized)
|
Method (_CRS, 0, NotSerialized)
|
||||||
|
|||||||
Reference in New Issue
Block a user