Skip to content

Commit ce961e7

Browse files
JasonChenCJNanlinXie
authored andcommitted
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 <jason.cj.chen@intel.com>
1 parent 064e534 commit ce961e7

File tree

1 file changed

+1
-1
lines changed
  • devicemodel/hw/platform/acpi

1 file changed

+1
-1
lines changed

devicemodel/hw/platform/acpi/acpi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ basl_fwrite_madt(FILE *fp, struct vmctx *ctx)
278278
EFPRINTF(fp, "[0001]\t\tSource : %02X\n", SCI_INT);
279279
EFPRINTF(fp, "[0004]\t\tInterrupt : %08X\n", SCI_INT);
280280
EFPRINTF(fp, "[0002]\t\tFlags (decoded below) : 0000\n");
281-
EFPRINTF(fp, "\t\t\tPolarity : 3\n");
281+
EFPRINTF(fp, "\t\t\tPolarity : 1\n");
282282
EFPRINTF(fp, "\t\t\tTrigger Mode : 3\n");
283283
EFPRINTF(fp, "\n");
284284

0 commit comments

Comments
 (0)