]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/mach-s5pc1xx/pinmux.c
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[thirdparty/u-boot.git] / arch / arm / mach-s5pc1xx / pinmux.c
CommitLineData
e2932310
SG
1// 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
d678a59d 9#include <common.h>
e2932310
SG
10#include <asm/arch/pinmux.h>
11
12int exynos_pinmux_config(int peripheral, int flags)
13{
14 return 0;
15}
16
17int pinmux_decode_periph_id(const void *blob, int node)
18{
19 return 0;
20}