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

Unified Diff: arch/arm/mach-tegra/fuse.h

Issue 6116004: Add 1.2GHz cpu clock support for T25 (Closed) Base URL: http://git.chromium.org/git/kernel-next.git@chromeos-2.6.36
Patch Set: Fix places as indicated by Olof's comments. Created 9 years, 11 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
« no previous file with comments | « arch/arm/mach-tegra/cpu-tegra.c ('k') | arch/arm/mach-tegra/tegra2_clocks.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: arch/arm/mach-tegra/fuse.h
diff --git a/arch/arm/mach-tegra/fuse.h b/arch/arm/mach-tegra/fuse.h
index 584b2e27dbda5679078ce2f60d552f98a4c13f3c..9ffa367286da4687af93b4562496f483a82feb5e 100644
--- a/arch/arm/mach-tegra/fuse.h
+++ b/arch/arm/mach-tegra/fuse.h
@@ -17,6 +17,9 @@
*
*/
+#define SKU_ID_T20 8
+#define SKU_ID_T25 24
+
unsigned long long tegra_chip_uid(void);
int tegra_sku_id(void);
int tegra_cpu_process_id(void);
« no previous file with comments | « arch/arm/mach-tegra/cpu-tegra.c ('k') | arch/arm/mach-tegra/tegra2_clocks.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698