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

Side by Side Diff: include/configs/chromeos/tegra2/harmony/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 CONFIG_TEGRA2_PINMUX_DISPLAY_HARMONY \
8 PINMUX(LCSN, DISPLAYA, PULL_UP, TRISTATE) \
9 PINMUX(LD0, DISPLAYA, PULL_DOWN, NORMAL) \
10 PINMUX(LD1, DISPLAYA, PULL_DOWN, NORMAL) \
11 PINMUX(LD10, DISPLAYA, PULL_DOWN, NORMAL) \
12 PINMUX(LD11, DISPLAYA, PULL_DOWN, NORMAL) \
13 PINMUX(LD12, DISPLAYA, PULL_DOWN, NORMAL) \
14 PINMUX(LD13, DISPLAYA, PULL_DOWN, NORMAL) \
15 PINMUX(LD14, DISPLAYA, PULL_DOWN, NORMAL) \
16 PINMUX(LD15, DISPLAYA, PULL_DOWN, NORMAL) \
17 PINMUX(LD16, DISPLAYA, PULL_DOWN, NORMAL) \
18 PINMUX(LD17, DISPLAYA, PULL_DOWN, NORMAL) \
19 PINMUX(LD2, DISPLAYA, PULL_DOWN, NORMAL) \
20 PINMUX(LD3, DISPLAYA, PULL_DOWN, NORMAL) \
21 PINMUX(LD4, DISPLAYA, PULL_DOWN, NORMAL) \
22 PINMUX(LD5, DISPLAYA, PULL_DOWN, NORMAL) \
23 PINMUX(LD6, DISPLAYA, PULL_DOWN, NORMAL) \
24 PINMUX(LD7, DISPLAYA, PULL_DOWN, NORMAL) \
25 PINMUX(LD8, DISPLAYA, PULL_DOWN, NORMAL) \
26 PINMUX(LD9, DISPLAYA, PULL_DOWN, NORMAL) \
27 PINMUX(LDI, DISPLAYA, PULL_DOWN, NORMAL) \
28 PINMUX(LHP0, DISPLAYA, PULL_DOWN, NORMAL) \
29 PINMUX(LHP1, DISPLAYA, PULL_DOWN, NORMAL) \
30 PINMUX(LHP2, DISPLAYA, PULL_DOWN, NORMAL) \
31 PINMUX(LHS, DISPLAYA, PULL_UP, NORMAL) \
32 PINMUX(LM0, DISPLAYA, PULL_UP, NORMAL) \
33 PINMUX(LM1, DISPLAYA, PULL_UP, TRISTATE) \
34 PINMUX(LPP, DISPLAYA, PULL_DOWN, NORMAL) \
35 PINMUX(LPW0, DISPLAYA, PULL_UP, NORMAL) \
36 PINMUX(LPW1, DISPLAYA, PULL_UP, TRISTATE) \
37 PINMUX(LPW2, DISPLAYA, PULL_UP, NORMAL) \
38 PINMUX(LSC0, DISPLAYA, PULL_UP, NORMAL) \
39 PINMUX(LSC1, DISPLAYA, PULL_UP, TRISTATE) \
40 PINMUX(LSCK, DISPLAYA, PULL_UP, TRISTATE) \
41 PINMUX(LSDA, DISPLAYA, PULL_UP, TRISTATE) \
42 PINMUX(LSDI, DISPLAYA, PULL_UP, TRISTATE) \
43 PINMUX(LSPI, DISPLAYA, PULL_UP, NORMAL) \
44 PINMUX(LVP0, DISPLAYA, PULL_UP, TRISTATE) \
45 PINMUX(LVP1, DISPLAYA, PULL_DOWN, NORMAL) \
46 PINMUX(LVS, DISPLAYA, PULL_UP, NORMAL) \
47 PINMUX(SDC, PWM, PULL_UP, NORMAL)
48
49 #define CONFIG_TEGRA2_PINMUX \
50 CONFIG_TEGRA2_PINMUX_DISPLAY_HARMONY
OLDNEW
« no previous file with comments | « include/configs/chromeos/tegra2/harmony/parts/nand.h ('k') | include/configs/chromeos/tegra2/harmony/parts/uart.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698