summaryrefslogtreecommitdiff
path: root/src/superio/nsc/pc87384/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/nsc/pc87384/superio.c')
-rw-r--r--src/superio/nsc/pc87384/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/nsc/pc87384/superio.c b/src/superio/nsc/pc87384/superio.c
index d2a518a2a3..f34acd5e16 100644
--- a/src/superio/nsc/pc87384/superio.c
+++ b/src/superio/nsc/pc87384/superio.c
@@ -29,7 +29,7 @@ static struct device_operations ops = {
};
static struct pnp_info pnp_dev_info[] = {
- { NULL, PC87384_PP, PNP_IO0 | PNP_IRQ0 | PNP_DRQ0, 0x04f8 },
+ { NULL, PC87384_PP, PNP_IO0 | PNP_IRQ0 | PNP_DRQ0, 0x07f8 },
{ NULL, PC87384_SP1, PNP_IO0 | PNP_IRQ0, 0x07f8 },
{ NULL, PC87384_SP2, PNP_IO0 | PNP_IRQ0, 0x07f8 },
{ NULL, PC87384_GPIO, PNP_IO0 | PNP_IRQ0, 0xfff0 },