]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-uniphier/clk/pll-sld3.c
Merge git://git.denx.de/u-boot-fsl-qoriq
[u-boot] / arch / arm / mach-uniphier / clk / pll-sld3.c
1 /*
2  * Copyright (C) 2016 Socionext Inc.
3  *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #include "../init.h"
9 #include "pll.h"
10
11 void uniphier_sld3_pll_init(void)
12 {
13         uniphier_ld4_dpll_ssc_en();
14 }