From b62c1e392bf411a8fbc693efa9d2abf6f7b64d47 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 10 Jul 2019 00:50:43 +0200 Subject: mb/asus/p8h61-m_pro: Add comment about PCH GPIO46 GPIO46 is wired to a tiny switch on the board labelled "GPU Boost". Since coreboot could make use of it, add a comment about it on gpio.c. Change-Id: I0efa85e6d8235711521b10e56b7c89a25c4b2b7f Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/34185 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Paul Menzel --- src/mainboard/asus/p8h61-m_pro/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/asus/p8h61-m_pro/gpio.c b/src/mainboard/asus/p8h61-m_pro/gpio.c index 1cf848f0b1..b1b819eca0 100644 --- a/src/mainboard/asus/p8h61-m_pro/gpio.c +++ b/src/mainboard/asus/p8h61-m_pro/gpio.c @@ -105,7 +105,7 @@ static const struct pch_gpio_set2 pch_gpio_set2_mode = { .gpio43 = GPIO_MODE_NATIVE, .gpio44 = GPIO_MODE_NATIVE, .gpio45 = GPIO_MODE_NATIVE, - .gpio46 = GPIO_MODE_GPIO, + .gpio46 = GPIO_MODE_GPIO, /* wired to GPU Boost switch */ .gpio47 = GPIO_MODE_NATIVE, .gpio48 = GPIO_MODE_NATIVE, .gpio49 = GPIO_MODE_GPIO, -- cgit v1.2.3