Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
46d9fc0bb722cf8e676071017aef758755351f76
/
.
/
arch
/
arm
/
mach-uniphier
/
clk
/
dpll-sld3.c
blob: 0eb310ceb8f3511dacfcee1587a75fbd43358825 [
file
] [
log
] [
blame
]
/*
* Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include
"../init.h"
int
uniphier_sld3_dpll_init
(
const
struct
uniphier_board_data
*
bd
)
{
/* add pll init code here */
return
0
;
}