aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/rca/rm4100/gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/rca/rm4100/gpio.c')
-rw-r--r--src/mainboard/rca/rm4100/gpio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/rca/rm4100/gpio.c b/src/mainboard/rca/rm4100/gpio.c
index d51bc90e78..a27b7bb327 100644
--- a/src/mainboard/rca/rm4100/gpio.c
+++ b/src/mainboard/rca/rm4100/gpio.c
@@ -34,8 +34,8 @@ static void mb_gpio_init(void)
dev = PCI_DEV(0x0, 0x1f, 0x0);
/* Set the value for GPIO base address register and enable GPIO. */
- pci_write_config32(dev, GPIO_BASE_ICH0_5, (ICH_IO_BASE_ADDR | 1));
- pci_write_config8(dev, GPIO_CNTL_ICH0_5, 0x10);
+ pci_write_config32(dev, GPIO_BASE, (ICH_IO_BASE_ADDR | 1));
+ pci_write_config8(dev, GPIO_CNTL, 0x10);
/* Set GPIO23 to high, this enables the LAN controller. */
udelay(10);