]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - arch/arm/mach-uniphier/clk/dpll-sld3.c
ARM: uniphier: move PLL init code to U-Boot proper where possible
[karo-tx-uboot.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 }