]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-uniphier/clk/dpll-sld3.c
ARM: mvebu: set correct mem_size for db-88f6820-amc
[people/ms/u-boot.git] / arch / arm / mach-uniphier / clk / dpll-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
107b3fb4 7#include "../init.h"
323d1f9d 8
6a3e4274 9int uniphier_sld3_dpll_init(const struct uniphier_board_data *bd)
3365b4eb
MY
10{
11 /* add pll init code here */
323d1f9d 12 return 0;
3365b4eb 13}