From ce961e79a5c753d3b8751f4bba00216c15f142f1 Mon Sep 17 00:00:00 2001 From: Jason Chen CJ Date: Sat, 29 Sep 2018 16:19:59 +0800 Subject: [PATCH] dm: acpi: set SCI_INT polarity to high active set SCI_INT default polarity to high active Tracked-On: #1269 Signed-off-by: Jason Chen CJ --- devicemodel/hw/platform/acpi/acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicemodel/hw/platform/acpi/acpi.c b/devicemodel/hw/platform/acpi/acpi.c index 444fa1e61..b2669665d 100644 --- a/devicemodel/hw/platform/acpi/acpi.c +++ b/devicemodel/hw/platform/acpi/acpi.c @@ -278,7 +278,7 @@ basl_fwrite_madt(FILE *fp, struct vmctx *ctx) EFPRINTF(fp, "[0001]\t\tSource : %02X\n", SCI_INT); EFPRINTF(fp, "[0004]\t\tInterrupt : %08X\n", SCI_INT); EFPRINTF(fp, "[0002]\t\tFlags (decoded below) : 0000\n"); - EFPRINTF(fp, "\t\t\tPolarity : 3\n"); + EFPRINTF(fp, "\t\t\tPolarity : 1\n"); EFPRINTF(fp, "\t\t\tTrigger Mode : 3\n"); EFPRINTF(fp, "\n");