blob: 6294a452c299c7ae0e10c1d9b9bde0bea6adcfaf [file] [log] [blame]
Masahiro Yamada3365b4e2015-07-21 14:04:22 +09001/*
2 * Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
Masahiro Yamada323d1f92015-09-22 00:27:39 +09007#include <mach/init.h>
8
9int ph1_sld3_pll_init(const struct uniphier_board_data *bd)
Masahiro Yamada3365b4e2015-07-21 14:04:22 +090010{
11 /* add pll init code here */
Masahiro Yamada323d1f92015-09-22 00:27:39 +090012 return 0;
Masahiro Yamada3365b4e2015-07-21 14:04:22 +090013}