mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-30 18:41:11 +00:00
hoho: correct CONFIG1 GPIO direction.
BRANCH=none BUG=none TEST=manual, compile boots, can read GPIO. Change-Id: If68d56cc4fcafd3872f7df16a5578542e34d5093 Signed-off-by: Todd Broch <tbroch@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/223613 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
f8fd63f135
commit
97c527fa45
@@ -15,7 +15,7 @@ GPIO(USB_DP, A, 12, GPIO_ANALOG, NULL)
|
||||
GPIO(PD_CC1_TX_EN, A, 15, GPIO_OUT_LOW, NULL)
|
||||
|
||||
GPIO(MCDP_GPIO1, B, 0, GPIO_INPUT, NULL)
|
||||
GPIO(MCDP_CONFIG1, B, 1, GPIO_OUT_LOW, NULL)
|
||||
GPIO(MCDP_CONFIG1, B, 1, GPIO_INPUT, NULL)
|
||||
GPIO(PD_MCDP_SPI_WP_L, B, 2, GPIO_OUT_LOW, NULL)
|
||||
GPIO(PD_CC1_TX_DATA, B, 4, GPIO_OUT_LOW, NULL)
|
||||
GPIO(MCDP_I2C_SCL, B, 6, GPIO_INPUT, NULL)
|
||||
|
||||
Reference in New Issue
Block a user