u-boot-brain/arch/arm/mach-uniphier/pll/pll-init-ph1-sld3.c

14 lines
252 B
C
Raw Normal View History

/*
* Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <mach/init.h>
int ph1_sld3_pll_init(const struct uniphier_board_data *bd)
{
/* add pll init code here */
return 0;
}