summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-26 20:09:55 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-09-11 22:36:37 +0000
commiteea06570444de6b3e34de4b8be1c83e5ec75b3ac (patch)
treeee92cf1076acd87994bb373283a7186b195cc776
parentc33f6e047fd2463943a2856a966cfde042e36ea3 (diff)
downloadcoreboot-eea06570444de6b3e34de4b8be1c83e5ec75b3ac.tar.xz
mb/msi/ms7721: Use PNP_IDX_EN instead of magic number
Change-Id: Ica66ad6da61376f64f9d24de015f84d250327d66 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44840 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
-rw-r--r--src/mainboard/msi/ms7721/bootblock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/msi/ms7721/bootblock.c b/src/mainboard/msi/ms7721/bootblock.c
index e60353c925..0de0c58f3d 100644
--- a/src/mainboard/msi/ms7721/bootblock.c
+++ b/src/mainboard/msi/ms7721/bootblock.c
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <bootblock_common.h>
+#include <device/pnp_def.h>
#include <device/pnp_ops.h>
#include <device/pnp_type.h>
#include <stdint.h>
@@ -20,7 +21,7 @@ static void gpio_init(pnp_devfn_t dev)
pnp_enter_conf_state(dev);
pnp_set_logical_device(dev);
pnp_set_enable(dev, 0);
- pnp_write_config(dev, 0x60, 0x0a); //Base addr high
+ pnp_write_config(dev, PNP_IDX_IO0, 0x0a); //Base addr high
pnp_write_config(dev, 0x61, 0x00); //Base addr low
pnp_write_config(dev, 0xe0, 0x04); //GPIO1 output enable
pnp_write_config(dev, 0xe1, 0xff); //GPIO1 output data