]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-uniphier/clk/pll-sld3.c
37a7c1278251800082a5c07b63f4795b0c0bc0fb
[people/ms/u-boot.git] / 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 }