diff --git a/src/mainboard/clevo/mtl-h/variants/dgpu/gpio.c b/src/mainboard/clevo/mtl-h/variants/dgpu/gpio.c index 84811c4df2a..d37ffa6d1fc 100644 --- a/src/mainboard/clevo/mtl-h/variants/dgpu/gpio.c +++ b/src/mainboard/clevo/mtl-h/variants/dgpu/gpio.c @@ -310,12 +310,12 @@ static const struct pad_config gpio_table[] = { /* Pad configuration was generated automatically using intelp2m utility */ void mainboard_configure_gpios(void) { - bool result; + //bool result; gpio_configure_pads(gpio_table, ARRAY_SIZE(gpio_table)); /* dGPU power on sequence */ - mdelay(4); + /*mdelay(4); gpio_set(DGPU_PWR_EN, 1); result = wait_ms(200, gpio_get(DGPU_PWRGD) == 1); if (result) { @@ -324,6 +324,6 @@ void mainboard_configure_gpios(void) } else { printk(BIOS_ERR, "dGPU failed to power on, turning off\n"); gpio_set(DGPU_PWR_EN, 0); - } + }*/ mdelay(50); }