diff --git a/src/mainboard/system76/kbl-u/gpio.h b/src/mainboard/system76/kbl-u/gpio.h index 031719a783..4d40c4dc72 100644 --- a/src/mainboard/system76/kbl-u/gpio.h +++ b/src/mainboard/system76/kbl-u/gpio.h @@ -92,7 +92,7 @@ static const struct pad_config gpio_table[] = { /* TBT_FRC_PW tied to PCH_GPP_E0 */ _PAD_CFG_STRUCT(GPP_A21, 0x84000200, 0x1000), /* PS8338B_SW */ - _PAD_CFG_STRUCT(GPP_A22, 0x4000201, 0x0), + _PAD_CFG_STRUCT(GPP_A22, 0x4000200, 0x0), /* PS8338B_PCH */ _PAD_CFG_STRUCT(GPP_A23, 0x4000200, 0x0), /* CORE_VID0 with pull-up */ diff --git a/src/mainboard/system76/whl-u/gpio.h b/src/mainboard/system76/whl-u/gpio.h index 04a6f732a6..f81a34d4d8 100644 --- a/src/mainboard/system76/whl-u/gpio.h +++ b/src/mainboard/system76/whl-u/gpio.h @@ -94,7 +94,7 @@ static const struct pad_config gpio_table[] = { /* NC */ PAD_CFG_NC(GPP_A21), /* PS8338B_SW */ - _PAD_CFG_STRUCT(GPP_A22, 0x44000201, 0x0), + _PAD_CFG_STRUCT(GPP_A22, 0x44000200, 0x0), /* PS8338B_PCH */ _PAD_CFG_STRUCT(GPP_A23, 0x44000100, 0x0), /* CORE_VID0 with pull-up and pull-down */