summaryrefslogtreecommitdiff
path: root/src/mainboard/msi/ms7d25/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/msi/ms7d25/bootblock.c')
-rw-r--r--src/mainboard/msi/ms7d25/bootblock.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/msi/ms7d25/bootblock.c b/src/mainboard/msi/ms7d25/bootblock.c
index cbadfb59c6..2dcb763827 100644
--- a/src/mainboard/msi/ms7d25/bootblock.c
+++ b/src/mainboard/msi/ms7d25/bootblock.c
@@ -11,6 +11,8 @@ void bootblock_mainboard_early_init(void)
{
/* Replicate vendor settings for multi-function pins in global config LDN */
nuvoton_pnp_enter_conf_state(SERIAL_DEV);
+ pnp_write_config(SERIAL_DEV, 0x13, 0xff); // IRQ8-15 level triggered, low
+ pnp_write_config(SERIAL_DEV, 0x14, 0xff); // IRQ0-7 level triggered, low
pnp_write_config(SERIAL_DEV, 0x15, 0xaa);
pnp_write_config(SERIAL_DEV, 0x1a, 0x02);
pnp_write_config(SERIAL_DEV, 0x1b, 0x02);