ARM: uniphier: collect clock/PLL init code into a single directory
[oweals/u-boot.git] / arch / arm / mach-uniphier / clk / dpll-sld3.c
1 /*
2  * Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #include "../init.h"
8
9 int uniphier_sld3_dpll_init(const struct uniphier_board_data *bd)
10 {
11         /* add pll init code here */
12         return 0;
13 }