Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
f3b97678275feb8a2b67356071a9ad8c1e395f4b
/
.
/
board
/
kontron
/
sl28
/
common.c
blob: 33c6843c3f7159a6d3e4e3a470c07f5840e70556 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
#include
<common.h>
#include
<asm/global_data.h>
DECLARE_GLOBAL_DATA_PTR
;
u32 get_lpuart_clk
(
void
)
{
return
gd
->
bus_clk
/
CONFIG_SYS_FSL_LPUART_CLK_DIV
;
}