blob: a002b309ef02eec1d0aa895a6962cb52a4836993 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Masahiro Yamadaa8e63002017-01-15 14:59:09 +09002/*
3 * Copyright (C) 2016 Socionext Inc.
Masahiro Yamadaa8e63002017-01-15 14:59:09 +09004 */
5
6#include "../init.h"
7
8int uniphier_pro5_umc_init(const struct uniphier_board_data *bd)
9{
10 return 0;
11}