blob: 23b9252827ae958007ca5ecb7c412956683ee98a [file] [log] [blame]
Simon Glassa2f6c042019-01-11 18:37:08 -07001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Dummy functions to keep s5p_goni building (although it won't work)
4 *
5 * Copyright 2018 Google LLC
6 * Written by Simon Glass <sjg@chromium.org>
7 */
8
Simon Glassa2f6c042019-01-11 18:37:08 -07009#include <asm/arch/pinmux.h>
10
11int exynos_pinmux_config(int peripheral, int flags)
12{
13 return 0;
14}
15
16int pinmux_decode_periph_id(const void *blob, int node)
17{
18 return 0;
19}