Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
ce64bd3ff0c8add9db0acef2370b6a03122f5b50
/
.
/
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
;
}