summaryrefslogtreecommitdiff
path: root/chip/mt_scp/mt8195/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mt_scp/mt8195/uart.c')
-rw-r--r--chip/mt_scp/mt8195/uart.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/chip/mt_scp/mt8195/uart.c b/chip/mt_scp/mt8195/uart.c
index 76674fa7d3..dab25e7d19 100644
--- a/chip/mt_scp/mt8195/uart.c
+++ b/chip/mt_scp/mt8195/uart.c
@@ -19,9 +19,5 @@ void uart_init_pinmux(void)
#if UARTN == 0
SCP_UART_CK_SEL |= UART0_CK_SEL_VAL(UART_CK_SEL_ULPOSC);
SCP_SET_CLK_CG |= CG_UART0_MCLK | CG_UART0_BCLK | CG_UART0_RST;
-
- /* set AP GPIO102 and GPIO103 to alt func 5 */
- AP_GPIO_MODE12_CLR = 0x77000000;
- AP_GPIO_MODE12_SET = 0x55000000;
#endif
}