mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-12 19:04:59 +00:00
meowth: Add GPP_B14_STRAP pins for both SKUs.
GPP_B14_STRAP is being moved due to a change in EC SKU. We're not currently using this pin, but if we decide to in the future, we can set up the appropriate one based upon reading the Chip ID register. BUG=b:71717245 BRANCH=None TEST=Build and flash on both ECs, verify that they both boot up normally. Change-Id: Iaa25d5d77939bf55d6dc3991eec89ad5d6e92abb Signed-off-by: Aseda Aboagye <aaboagye@google.com> Reviewed-on: https://chromium-review.googlesource.com/978677 Commit-Ready: Aseda Aboagye <aaboagye@chromium.org> Tested-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
a63f6a6240
commit
8ea61bf52a
@@ -201,6 +201,11 @@ GPIO(BOARD_VERSION1, PIN(9, 6), GPIO_INPUT)
|
||||
GPIO(BOARD_VERSION2, PIN(9, 3), GPIO_INPUT)
|
||||
GPIO(BOARD_VERSION3, PIN(A, 2), GPIO_INPUT)
|
||||
|
||||
/* Misc */
|
||||
/* GPP_B14_STRAP was moved between these two ECs. */
|
||||
GPIO(GPP_B14_STRAP_796F, PIN(D, 7), GPIO_INPUT)
|
||||
GPIO(GPP_B14_STRAP_797W, PIN(7, 2), GPIO_INPUT)
|
||||
|
||||
/* UART Pins */
|
||||
ALTERNATE(PIN_MASK(6, 0x30), 0, MODULE_UART, 0) /* Cr50 requires no pullups. */
|
||||
/* I2C Ports */
|
||||
|
||||
Reference in New Issue
Block a user