HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31040
Change subject: superio/nuvoton/nct6776: Fix typo on DMA ......................................................................
superio/nuvoton/nct6776: Fix typo on DMA
Change-Id: I1ae1dc189c35b97aec836c3466ceb5fd2dbc0ec0 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/superio/nuvoton/nct6776/acpi/superio.asl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/31040/1
diff --git a/src/superio/nuvoton/nct6776/acpi/superio.asl b/src/superio/nuvoton/nct6776/acpi/superio.asl index abd5562..ad8d38f 100644 --- a/src/superio/nuvoton/nct6776/acpi/superio.asl +++ b/src/superio/nuvoton/nct6776/acpi/superio.asl @@ -88,7 +88,7 @@ Offset (0x72), PNP_IRQ1, 8, /* Second IRQ */ Offset (0x74), - PNP_DMA0, 8, /* DRQ */ + PNP_DMA0, 8, /* DMA */ }
Method (_CRS)