mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
46db4bbac3
IRQ polarity in CSRT has the same definition as by ACPI specification
chapter 19.6.64 "Interrupt (Interrupt Resource Descriptor Macro)", i.e.
ActiveHigh is 0, and ActiveLow is 1. On Intel Tangier the DMA controller
IRQ polarity is ActiveHigh.
Note, in DSDT (see southcluster.asl) it's described correctly.
Fixes:
|
||
---|---|---|
.. | ||
acpi.c | ||
car.S | ||
Kconfig | ||
Makefile | ||
pinmux.c | ||
sdram.c | ||
sysreset.c | ||
tangier.c |