Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Side by Side Diff: include/configs/chromeos/tegra2/parts/pinmux.h

Issue 6731090: Remove ChromeOS specific configs from the U-Boot repository. (Closed) Base URL: ssh://gitrw.chromium.org:9222/u-boot-next.git@chromeos-v2010.09
Patch Set: Rebase to TOT. Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 /*
2 * Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7 #define PINMUX(group, mux, pupd, tri) \
8 {TEGRA_PINGROUP_##group, TEGRA_MUX_##mux, \
9 TEGRA_PUPD_##pupd, TEGRA_TRI_##tri},
10
11 #define CONFIG_TEGRA2_PINMUX_DISPLAY_CROS_1 \
12 PINMUX(GPU, PWM, NORMAL, NORMAL) \
13 PINMUX(LD0, DISPLAYA, NORMAL, NORMAL) \
14 PINMUX(LD1, DISPLAYA, NORMAL, NORMAL) \
15 PINMUX(LD10, DISPLAYA, NORMAL, NORMAL) \
16 PINMUX(LD11, DISPLAYA, NORMAL, NORMAL) \
17 PINMUX(LD12, DISPLAYA, NORMAL, NORMAL) \
18 PINMUX(LD13, DISPLAYA, NORMAL, NORMAL) \
19 PINMUX(LD14, DISPLAYA, NORMAL, NORMAL) \
20 PINMUX(LD15, DISPLAYA, NORMAL, NORMAL) \
21 PINMUX(LD16, DISPLAYA, NORMAL, NORMAL) \
22 PINMUX(LD17, DISPLAYA, NORMAL, NORMAL) \
23 PINMUX(LD2, DISPLAYA, NORMAL, NORMAL) \
24 PINMUX(LD3, DISPLAYA, NORMAL, NORMAL) \
25 PINMUX(LD4, DISPLAYA, NORMAL, NORMAL) \
26 PINMUX(LD5, DISPLAYA, NORMAL, NORMAL) \
27 PINMUX(LD6, DISPLAYA, NORMAL, NORMAL) \
28 PINMUX(LD7, DISPLAYA, NORMAL, NORMAL) \
29 PINMUX(LD8, DISPLAYA, NORMAL, NORMAL) \
30 PINMUX(LD9, DISPLAYA, NORMAL, NORMAL) \
31 PINMUX(LDI, DISPLAYA, NORMAL, NORMAL) \
32 PINMUX(LHP0, DISPLAYA, NORMAL, NORMAL) \
33 PINMUX(LHP1, DISPLAYA, NORMAL, NORMAL) \
34 PINMUX(LHP2, DISPLAYA, NORMAL, NORMAL) \
35 PINMUX(LHS, DISPLAYA, NORMAL, NORMAL) \
36 PINMUX(LM0, RSVD4, NORMAL, NORMAL) \
37 PINMUX(LPP, DISPLAYA, NORMAL, NORMAL) \
38 PINMUX(LPW0, RSVD4, NORMAL, NORMAL) \
39 PINMUX(LPW1, RSVD4, NORMAL, TRISTATE) \
40 PINMUX(LPW2, RSVD4, NORMAL, NORMAL) \
41 PINMUX(LSC0, DISPLAYA, NORMAL, NORMAL) \
42 PINMUX(LSPI, DISPLAYA, NORMAL, NORMAL) \
43 PINMUX(LVP1, DISPLAYA, NORMAL, NORMAL) \
44 PINMUX(LVS, DISPLAYA, NORMAL, NORMAL) \
45 PINMUX(SLXD, SPDIF, NORMAL, NORMAL)
OLDNEW
« no previous file with comments | « include/configs/chromeos/tegra2/parts/nand.h ('k') | include/configs/chromeos/tegra2/parts/uart.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698