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

Side by Side Diff: include/configs/tegra2_seaboard.h

Issue 6623073: Chromium: arm: tegra: Add NAND support (Closed) Base URL: http://git.chromium.org/git/u-boot-next.git@chromeos-v2010.09
Patch Set: Remove unnecessary lines after Rebase to cros/chromeos-v2010.09 Created 9 years, 9 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
1 /* 1 /*
2 * (C) Copyright 2010 2 * (C) Copyright 2010
3 * NVIDIA Corporation <www.nvidia.com> 3 * NVIDIA Corporation <www.nvidia.com>
4 * 4 *
5 * See file CREDITS for list of people who contributed to this 5 * See file CREDITS for list of people who contributed to this
6 * project. 6 * project.
7 * 7 *
8 * This program is free software; you can redistribute it and/or 8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as 9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of 10 * published by the Free Software Foundation; either version 2 of
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 0, 0, 0, 0, 0, 0, 0, 0, \ 159 0, 0, 0, 0, 0, 0, 0, 0, \
160 0, 0, 0, 0, 0, 0, 0, 0, \ 160 0, 0, 0, 0, 0, 0, 0, 0, \
161 0, 0, 0, 0, 0, 0, 0, 0, \ 161 0, 0, 0, 0, 0, 0, 0, 0, \
162 0, 0, 0, 0, 0, 0, 0, 0, \ 162 0, 0, 0, 0, 0, 0, 0, 0, \
163 0, '\'', 0, '-', '+', '.', 0, 0, \ 163 0, '\'', 0, '-', '+', '.', 0, 0, \
164 0, 0, 0, 0, 0, 0, 0, 0, \ 164 0, 0, 0, 0, 0, 0, 0, 0, \
165 0, 0, 0, 0, 0, 0, 0, 0, \ 165 0, 0, 0, 0, 0, 0, 0, 0, \
166 0, 0, 0, 0, 0, 0, 0, 0, \ 166 0, 0, 0, 0, 0, 0, 0, 0, \
167 0, 0, 0, 0, '?', 0, 0, 0 167 0, 0, 0, 0, '?', 0, 0, 0
168 168
169 #define CONFIG_TEGRA2_NAND_HYNIX_HY27UF4G2B 1
170 /* Set clock divisor
171 * 7 bits of D and 1 bit of H
172 * divisor= (DDDDDDD + 1) + (H x 0.5)
173 * clock = original clock / divisor
174 * 6 means /4 */
175 #define CONFIG_NAND_CLK_DIVISOR_DDDDDDDH 6
176
169 #define CONFIG_TEGRA2_PINMUX CONFIG_TEGRA2_PINMUX_DISPLAY_SEABOARD 177 #define CONFIG_TEGRA2_PINMUX CONFIG_TEGRA2_PINMUX_DISPLAY_SEABOARD
170 178
171 #define TEGRA_GPIO_INIT_LCD TEGRA_GPIO_INIT_LCD_SEABOARD 179 #define TEGRA_GPIO_INIT_LCD TEGRA_GPIO_INIT_LCD_SEABOARD
172 #define TEGRA_CLOCK_INIT_LCD TEGRA_CLOCK_INIT_LCD_SEABOARD 180 #define TEGRA_CLOCK_INIT_LCD TEGRA_CLOCK_INIT_LCD_SEABOARD
173 #define TEGRA_RESOURCE_LCD TEGRA_RESOURCE_LCD_SEABOARD 181 #define TEGRA_RESOURCE_LCD TEGRA_RESOURCE_LCD_SEABOARD
174 #define TEGRA_PANEL_MODE TEGRA_PANEL_MODE_SEABOARD 182 #define TEGRA_PANEL_MODE TEGRA_PANEL_MODE_SEABOARD
175
176 #endif /* __CONFIG_H */ 183 #endif /* __CONFIG_H */
OLDNEW
« include/configs/tegra2_harmony.h ('K') | « include/configs/tegra2_harmony.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698