summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/zork/variants/morphius
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/zork/variants/morphius')
-rw-r--r--src/mainboard/google/zork/variants/morphius/gpio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/google/zork/variants/morphius/gpio.c b/src/mainboard/google/zork/variants/morphius/gpio.c
index 4cb98a3481e4..7ff7088687ae 100644
--- a/src/mainboard/google/zork/variants/morphius/gpio.c
+++ b/src/mainboard/google/zork/variants/morphius/gpio.c
@@ -11,9 +11,9 @@ static const struct soc_amd_gpio morphius_bid1_gpio_set_stage_ram[] = {
/* DMIC_SEL */
PAD_GPO(GPIO_13, LOW), // Select Camera 1 Dmic
/* USB_OC4_L - USB_A1 */
- PAD_NF(GPIO_14, USB_OC4_L, PULL_UP),
+ PAD_NF(GPIO_14, USB_OC4_L, PULL_NONE),
/* USB_OC2_L - USB A0 */
- PAD_NF(GPIO_18, USB_OC2_L, PULL_UP),
+ PAD_NF(GPIO_18, USB_OC2_L, PULL_NONE),
/* EN_PWR_TOUCHPAD_PS2 */
PAD_GPO(GPIO_67, HIGH),
/* DMIC_AD_EN */
@@ -28,9 +28,9 @@ static const struct soc_amd_gpio morphius_bid2_gpio_set_stage_ram[] = {
/* DMIC_SEL */
PAD_GPO(GPIO_13, LOW), // Select Camera 1 Dmic
/* USB_OC4_L - USB_A1 */
- PAD_NF(GPIO_14, USB_OC4_L, PULL_UP),
+ PAD_NF(GPIO_14, USB_OC4_L, PULL_NONE),
/* USB_OC2_L - USB A0 */
- PAD_NF(GPIO_18, USB_OC2_L, PULL_UP),
+ PAD_NF(GPIO_18, USB_OC2_L, PULL_NONE),
/* EN_PWR_TOUCHPAD_PS2 */
PAD_GPO(GPIO_67, HIGH),
/* MST_GPIO_2 (Fw Update HDMI hub) */