meowth: fixed EN_PP3300_WLAN and USB_PD_RST_L states

In gpio.inc, fixed EN_PP3300_WLAN so it's always high
since CNVi requires PP3300_WLAN power up at the same
time as PP3300_A.
Also, fixed USB_PD_RST_L to be an OD output.

BUG=b:69139536
BRANCH=none
TEST=make BOARD=meowth and BOARD=zoombini
runs with no errors

Change-Id: I3c2a4e7ca7b1ab5f9122d17324822dc5e61e70a8
Signed-off-by: Rachel Nancollas <rachelsn@google.com>
Reviewed-on: https://chromium-review.googlesource.com/778120
Commit-Ready: Aseda Aboagye <aaboagye@chromium.org>
Tested-by: Aseda Aboagye <aaboagye@chromium.org>
Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
This commit is contained in:
Rachel Nancollas
2017-11-17 18:52:20 -08:00
committed by chrome-bot
parent 27c01992fc
commit cb3a155b90

View File

@@ -156,7 +156,7 @@ GPIO_INT(VOLUME_DOWN_L, PIN(6, 3), GPIO_INT_BOTH | GPIO_PULL_UP, button_interr
GPIO(EN_PP3300_DSW, PIN(8, 2), GPIO_OUT_LOW)
GPIO(EN_PP5000, PIN(7, 3), GPIO_OUT_LOW)
GPIO(EN_PP1800_U, PIN(A, 0), GPIO_OUT_LOW)
GPIO(EN_PP3300_WLAN, PIN(8, 3), GPIO_INPUT)
GPIO(EN_PP3300_WLAN, PIN(8, 3), GPIO_OUT_HIGH)
GPIO(ENTERING_RW, PIN(E, 1), GPIO_OUT_LOW)
GPIO(CCD_MODE_ODL, PIN(E, 3), GPIO_INPUT) /* Case Closed Debug mode. */
@@ -187,7 +187,7 @@ GPIO(I2C7_SCL, PIN(B, 3), GPIO_INPUT)
GPIO(I2C7_SDA, PIN(B, 2), GPIO_INPUT)
GPIO(BAT_PRESENT_L, PIN(E, 5), GPIO_INPUT)
GPIO(USB_PD_RST_L, PIN(6, 2), GPIO_INPUT)
GPIO(USB_PD_RST_L, PIN(6, 2), GPIO_ODR_HIGH)
GPIO(BOARD_VERSION1, PIN(9, 6), GPIO_INPUT)
GPIO(BOARD_VERSION2, PIN(9, 3), GPIO_INPUT)