]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-uniphier/clk/pll-sld3.c
clk: uniphier: fix unmet direct dependencies warning
[people/ms/u-boot.git] / arch / arm / mach-uniphier / clk / pll-sld3.c
CommitLineData
6a3e4274
MY
1/*
2 * Copyright (C) 2016 Socionext Inc.
3 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#include "../init.h"
9#include "pll.h"
10
11void uniphier_sld3_pll_init(void)
12{
13 uniphier_ld4_dpll_ssc_en();
14}