Curtis Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/77119?usp=email )
Change subject: [Debug] mb/google/rex/variants/ovis: Use correct gpio setting ......................................................................
[Debug] mb/google/rex/variants/ovis: Use correct gpio setting
These 2 pins has function, should be set as correct function.
Change-Id: I26f5a41fa6173e0db258c76e71b6a9a5d71918a7 Signed-off-by: Curtis Chen curtis.chen@intel.com --- M src/mainboard/google/rex/variants/ovis/gpio.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/77119/1
diff --git a/src/mainboard/google/rex/variants/ovis/gpio.c b/src/mainboard/google/rex/variants/ovis/gpio.c index c2dd828..5270735c 100644 --- a/src/mainboard/google/rex/variants/ovis/gpio.c +++ b/src/mainboard/google/rex/variants/ovis/gpio.c @@ -120,13 +120,13 @@ /* GPP_C08 : [] ==> SOCHOT_ODL */ PAD_CFG_NF(GPP_C08, NONE, DEEP, NF2), /* GPP_C09 : [] ==> MISC_SYNC_IN */ - PAD_NC(GPP_C09, NONE), + PAD_CFG_NF(GPP_C09, NONE, DEEP, NF1), /* GPP_C10 : [] ==> EN_LAN_RAILS */ PAD_CFG_GPO(GPP_C10, 1, DEEP), /* GPP_C11 : [] ==> SD_CLKREQ_ODL */ PAD_CFG_NF(GPP_C11, NONE, DEEP, NF1), /* GPP_C12 : [] ==> WWAN_CLKREQ_ODL */ - PAD_NC(GPP_C12, NONE), + PAD_CFG_NF(GPP_C12, NONE, DEEP, NF1), /* GPP_C13 : [] ==> LAN_PERST_L */ PAD_CFG_GPO_LOCK(GPP_C13, 1, LOCK_CONFIG), /* GPP_C15 : [] ==> WWAN_DPR_SAR_ODL */