summaryrefslogtreecommitdiffstats
path: root/util/inteltool
diff options
context:
space:
mode:
Diffstat (limited to 'util/inteltool')
-rw-r--r--util/inteltool/gpio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/inteltool/gpio.c b/util/inteltool/gpio.c
index 5808204bc30f..30b80d892052 100644
--- a/util/inteltool/gpio.c
+++ b/util/inteltool/gpio.c
@@ -173,7 +173,7 @@ static const io_register_t ich10_gpio_registers[] = {
{ 0x3C, 4, "RESERVED" },
{ 0x40, 4, "GPIO_USE_SEL3" },
{ 0x44, 4, "GP_IO_SEL3" },
- { 0x48, 4, "GPIO_LVL3" },
+ { 0x48, 4, "GP_LVL3" },
{ 0x4c, 4, "RESERVED" },
{ 0x50, 4, "RESERVED" },
{ 0x54, 4, "RESERVED" },
@@ -227,7 +227,7 @@ static const io_register_t pch_gpio_registers[] = {
{ 0x3c, 4, "RESERVED" },
{ 0x40, 4, "GPIO_USE_SEL3" },
{ 0x44, 4, "GP_IO_SEL3" },
- { 0x48, 4, "GPIO_LVL3" },
+ { 0x48, 4, "GP_LVL3" },
{ 0x4c, 4, "RESERVED" },
{ 0x50, 4, "RESERVED" },
{ 0x54, 4, "RESERVED" },