blob: ae6236273fd44f26803dacd69809c509a5397c53 [file] [log] [blame]
Tom Warren13ac5442012-12-11 13:34:12 +00001/*
2 * Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved.
3 *
Tom Rinie2378802016-01-14 22:05:13 -05004 * SPDX-License-Identifier: GPL-2.0
Tom Warren13ac5442012-12-11 13:34:12 +00005 */
6
7/* Tegra30 high-level function multiplexing */
8
9#ifndef _TEGRA30_FUNCMUX_H_
10#define _TEGRA30_FUNCMUX_H_
11
12#include <asm/arch-tegra/funcmux.h>
13
14/* Configs supported by the func mux */
15enum {
16 FUNCMUX_DEFAULT = 0, /* default config */
17
18 /* UART configs */
19 FUNCMUX_UART1_ULPI = 0,
20};
21#endif /* _TEGRA30_FUNCMUX_H_ */