Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
501be470324795df3dea0647cce6072cb89d926e
/
.
/
arch
/
arm
/
mach-uniphier
/
clk
/
dpll-pxs2.c
blob: 328ebf61f9fae698ea79dfebde785b458518b5ec [
file
] [
log
] [
blame
]
Masahiro Yamada
a8e6300
2017-01-15 14:59:09 +0900
[
diff
] [
blame
]
1
#include
"../init.h"
2
3
int
uniphier_pxs2_dpll_init
(
const
struct
uniphier_board_data
*
bd
)
4
{
5
return
0
;
6
}