rockchip: rk3399: correct comment

Change-Id: I98046f1869504c0877e5e344ef121dfde7824227
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2019-10-28 09:18:07 +08:00
parent c84f0ed80a
commit 8b84e8b629
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ void board_debug_uart_init(void)
GRF_GPIO2C1_SEL_MASK,
GRF_UART0BT_SOUT << GRF_GPIO2C1_SEL_SHIFT);
#else
/* Enable early UART2 channel C on the RK3399/RK3399PRO */
/* Enable early UART2 channel on the RK3399/RK3399PRO */
rk_clrsetreg(&grf->gpio4c_iomux,
GRF_GPIO4C3_SEL_MASK,
GRF_UART2DGBC_SIN << GRF_GPIO4C3_SEL_SHIFT);