blob: 5b4f2e3a1e48cc119f0b3768cfeeaffb80e06e0a [file] [log] [blame]
/*
* Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include "../init.h"
int uniphier_sld3_pll_init(const struct uniphier_board_data *bd)
{
/* add pll init code here */
return 0;
}