cr50: fix AP UART

Change the AP UART TX and RX gpios to match the schematic.

BUG=chrome-os-partner:50702
BRANCH=none
TEST=verify AP console output can be seen by cr50

Change-Id: I572bf2f664c276f094116e8a72400c9332bc10a7
Signed-off-by: Mary Ruthven <mruthven@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/338895
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
Mary Ruthven
2016-04-13 19:17:08 -07:00
committed by chrome-bot
parent d08dade974
commit a1b00c1797

View File

@@ -56,8 +56,8 @@ PINMUX(FUNC(UART0_TX), A0, DIO_OUTPUT) /* Cr50 console */
PINMUX(FUNC(UART0_RX), A1, DIO_INPUT | DIO_WAKE_LOW)
/* AP console */
/* TODO(crosbug.com/p/52281, crosbug.com/p/50700). Don't fight servo */
/* PINMUX(FUNC(UART1_TX), A3, DIO_OUTPUT) */
PINMUX(FUNC(UART1_RX), A7, DIO_INPUT)
/* PINMUX(FUNC(UART1_TX), A7, DIO_OUTPUT) */
PINMUX(FUNC(UART1_RX), A3, DIO_INPUT)
/* EC console */
/* TODO(crosbug.com/p/52281, crosbug.com/p/50700). Don't fight servo */
/* PINMUX(FUNC(UART2_TX), B5, DIO_OUTPUT) */