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

Unified Diff: include/configs/chromeos/tegra2/harmony/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/harmony/common.h
diff --git a/include/configs/chromeos/tegra2/harmony/common.h b/include/configs/chromeos/tegra2/harmony/common.h
index a27080cb3a506399cbdc56701c3cefc6c4b56a8c..d60a9e99a5ee1660afdae189b0867e44bcc3a65f 100644
--- a/include/configs/chromeos/tegra2/harmony/common.h
+++ b/include/configs/chromeos/tegra2/harmony/common.h
@@ -34,5 +34,11 @@
#include <configs/chromeos/tegra2/harmony/parts/uart.h>
#define CONFIG_CHROMEOS_HWID "ARM HARMONY TEST 2428"
-
+#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_harmony_common_h__*/

Powered by Google App Engine
This is Rietveld 408576698