Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
0f4ec05bbbd60f0159a739e54c910bca859ef039
/
.
/
arch
/
arm
/
mach-uniphier
/
clk
/
pll-sld3.c
blob: 37a7c1278251800082a5c07b63f4795b0c0bc0fb [
file
] [
log
] [
blame
]
/*
* Copyright (C) 2016 Socionext Inc.
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include
"../init.h"
#include
"pll.h"
void
uniphier_sld3_pll_init
(
void
)
{
uniphier_ld4_dpll_ssc_en
();
}