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

Unified Diff: include/configs/chromeos/tegra2/seaboard/common.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 side-by-side diff with in-line comments
Download patch
Index: include/configs/chromeos/tegra2/seaboard/common.h
diff --git a/include/configs/chromeos/tegra2/seaboard/common.h b/include/configs/chromeos/tegra2/seaboard/common.h
index b349d4103dd97aa56382ae9ca734d867e0b30116..39ae1b98af1d0e471bda81089d2bbea091c5dd0b 100644
--- a/include/configs/chromeos/tegra2/seaboard/common.h
+++ b/include/configs/chromeos/tegra2/seaboard/common.h
@@ -38,5 +38,11 @@
#include <configs/chromeos/tegra2/seaboard/parts/tpm.h>
#define CONFIG_CHROMEOS_HWID "ARM SEABOARD TEST 1176"
-
+#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
#endif /*__configs_chromeos_tegra2_seaboard_common_h__*/

Powered by Google App Engine
This is Rietveld 408576698