u-boot-brain/arch/arm/mach-uniphier/pll/pll-init-sld3.c
Masahiro Yamada 5b66006646 ARM: uniphier: rename function names ph1_* to uniphier_*
Eliminate the "ph1"_ prefixes from function names because "uniphier_"
describes the SoC familiy better.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2016-04-01 00:59:47 +09:00

14 lines
255 B
C

/*
* 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;
}