1 // SPDX-License-Identifier: GPL-2.0+
3 * Dummy functions to keep s5p_goni building (although it won't work)
5 * Copyright 2018 Google LLC
6 * Written by Simon Glass <sjg@chromium.org>
9 #include <asm/arch/pinmux.h>
11 int exynos_pinmux_config(int peripheral, int flags)
16 int pinmux_decode_periph_id(const void *blob, int node)