gk7205v200-uboot/arch/arm/mach-uniphier/clk/dpll-sld3.c
2025-08-07 17:13:54 +08:00

14 lines
256 B
C
Executable File

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