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