Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
6a3e4274e479a70069518679e45fe85ef3f30a36
/
.
/
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
();
}