From cc37c85ab4edb0c5d3d0c3e82865b65e0f469875 Mon Sep 17 00:00:00 2001 From: Abhay Kumar Date: Mon, 27 Jun 2016 10:46:48 -0700 Subject: mainboard/google/reef: Configure DDI0, DDI1 HPD GPIO lines Configure GPIO_199 and GPIO_200 as NF2 to work as HPD. Change-Id: If3aa6b75ed22c221cfbedaecf16035cdd9939387 Signed-off-by: Abhay Kumar Reviewed-on: https://review.coreboot.org/15447 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/mainboard/google/reef/gpio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mainboard/google/reef/gpio.h b/src/mainboard/google/reef/gpio.h index b41f5f9b65..bd491b49ff 100644 --- a/src/mainboard/google/reef/gpio.h +++ b/src/mainboard/google/reef/gpio.h @@ -178,8 +178,8 @@ static const struct pad_config gpio_table[] = { PAD_CFG_NF(GPIO_198, NATIVE, DEEP, NF1), /* PNL1_BKLTCTL */ /* Hot plug detect. */ - PAD_CFG_NF(GPIO_199, UP_20K, DEEP, NF1), /* HV_DDI1_HPD */ - PAD_CFG_NF(GPIO_200, UP_20K, DEEP, NF1), /* HV_DDI0_HPD */ + PAD_CFG_NF(GPIO_199, UP_20K, DEEP, NF2), /* HV_DDI1_HPD */ + PAD_CFG_NF(GPIO_200, UP_20K, DEEP, NF2), /* HV_DDI0_HPD */ /* MDSI signals -- unused */ PAD_CFG_GPI(GPIO_201, UP_20K, DEEP), /* MDSI_A_TE */ -- cgit v1.2.3