| Index: include/configs/tegra2_seaboard.h
|
| diff --git a/include/configs/tegra2_seaboard.h b/include/configs/tegra2_seaboard.h
|
| index b2b53f17e07db0a5d049ea0a6ae9986abf30132c..d0eb32fc4668fe952cd6d33ded658b7cd159868b 100644
|
| --- a/include/configs/tegra2_seaboard.h
|
| +++ b/include/configs/tegra2_seaboard.h
|
| @@ -166,11 +166,18 @@
|
| 0, 0, 0, 0, 0, 0, 0, 0, \
|
| 0, 0, 0, 0, '?', 0, 0, 0
|
|
|
| +#define CONFIG_TEGRA2_NAND_HYNIX_HY27UF4G2B 1
|
| +/* Set clock divisor
|
| + * 7 bits of D and 1 bit of H
|
| + * divisor= (DDDDDDD + 1) + (H x 0.5)
|
| + * clock = original clock / divisor
|
| + * 6 means /4 */
|
| +#define CONFIG_NAND_CLK_DIVISOR_DDDDDDDH 6
|
| +
|
| #define CONFIG_TEGRA2_PINMUX CONFIG_TEGRA2_PINMUX_DISPLAY_SEABOARD
|
|
|
| #define TEGRA_GPIO_INIT_LCD TEGRA_GPIO_INIT_LCD_SEABOARD
|
| #define TEGRA_CLOCK_INIT_LCD TEGRA_CLOCK_INIT_LCD_SEABOARD
|
| #define TEGRA_RESOURCE_LCD TEGRA_RESOURCE_LCD_SEABOARD
|
| #define TEGRA_PANEL_MODE TEGRA_PANEL_MODE_SEABOARD
|
| -
|
| #endif /* __CONFIG_H */
|
|
|