]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-uniphier/pll/pll-init-ph1-sld3.c
ARM: uniphier: allow to enable multiple SoCs
[people/ms/u-boot.git] / arch / arm / mach-uniphier / pll / pll-init-ph1-sld3.c
CommitLineData
3365b4eb
MY
1/*
2 * Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
323d1f9d
MY
7#include <mach/init.h>
8
9int ph1_sld3_pll_init(const struct uniphier_board_data *bd)
3365b4eb
MY
10{
11 /* add pll init code here */
323d1f9d 12 return 0;
3365b4eb 13}