mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
serial: uniphier: fix typo in comment
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
055e5ad287
commit
26f0c8600e
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ static int uniphier_serial_probe(struct udevice *dev)
|
|||
|
||||
priv->uartclk = clk_data->clk_rate;
|
||||
|
||||
/* flush the trasmitter empty before changing hw setting */
|
||||
/* flush the trasmitter before changing hw setting */
|
||||
while (!(readl(priv->membase + UNIPHIER_UART_LSR) & UART_LSR_TEMT))
|
||||
;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue