ARM: uniphier: allow to enable multiple SoCs
[platform/kernel/u-boot.git] / arch / arm / mach-uniphier / pll / pll-init-ph1-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 <mach/init.h>
8
9 int ph1_sld3_pll_init(const struct uniphier_board_data *bd)
10 {
11         /* add pll init code here */
12         return 0;
13 }