| OLD | NEW |
| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 #define CONFIG_SYS_NO_FLASH | 172 #define CONFIG_SYS_NO_FLASH |
| 173 #define CONFIG_SYS_I2C_SPEED 100000 | 173 #define CONFIG_SYS_I2C_SPEED 100000 |
| 174 #define CONFIG_SYS_I2C_SLAVE 1 | 174 #define CONFIG_SYS_I2C_SLAVE 1 |
| 175 #define CONFIG_SYS_I2C_BUS 0 | 175 #define CONFIG_SYS_I2C_BUS 0 |
| 176 #define CONFIG_SYS_I2C_BUS_SELECT 1 | 176 #define CONFIG_SYS_I2C_BUS_SELECT 1 |
| 177 #undef CONFIG_DRIVER_TEGRA2_I2C | 177 #undef CONFIG_DRIVER_TEGRA2_I2C |
| 178 | 178 |
| 179 /* | 179 /* |
| 180 * Board NAND Info. | 180 * Board NAND Info. |
| 181 */ | 181 */ |
| 182 #define CONFIG_NAND_TEGRA2 | 182 #define CONFIG_TEGRA2_NAND |
| 183 #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */ | 183 #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */ |
| 184 /* to access nand */ | 184 /* to access nand */ |
| 185 #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */ | 185 #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */ |
| 186 /* to access nand at */ | 186 /* to access nand at */ |
| 187 /* CS0 */ | 187 /* CS0 */ |
| 188 #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND */ | 188 #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND */ |
| 189 /* devices */ | 189 /* devices */ |
| 190 | 190 |
| 191 /* | 191 /* |
| 192 * USB Host. | 192 * USB Host. |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 TEGRA_PANEL(h_ref_to_sync, 11) \ | 521 TEGRA_PANEL(h_ref_to_sync, 11) \ |
| 522 TEGRA_PANEL(v_ref_to_sync, 1) \ | 522 TEGRA_PANEL(v_ref_to_sync, 1) \ |
| 523 TEGRA_PANEL(h_sync_width, 58) \ | 523 TEGRA_PANEL(h_sync_width, 58) \ |
| 524 TEGRA_PANEL(v_sync_width, 4) \ | 524 TEGRA_PANEL(v_sync_width, 4) \ |
| 525 TEGRA_PANEL(h_back_porch, 58) \ | 525 TEGRA_PANEL(h_back_porch, 58) \ |
| 526 TEGRA_PANEL(v_back_porch, 4) \ | 526 TEGRA_PANEL(v_back_porch, 4) \ |
| 527 TEGRA_PANEL(h_front_porch, 58) \ | 527 TEGRA_PANEL(h_front_porch, 58) \ |
| 528 TEGRA_PANEL(v_front_porch, 4) | 528 TEGRA_PANEL(v_front_porch, 4) |
| 529 | 529 |
| 530 #endif /* __CONFIG_H */ | 530 #endif /* __CONFIG_H */ |
| OLD | NEW |