summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-09-30 14:38:19 -0700
committerSimon Glass <sjg@chromium.org>2011-10-04 14:55:16 -0700
commit529b371dc13db77e970388f2787ffca40c2efca3 (patch)
treea0f4bbff64e7b84ebfb1539b27893e8e7384dde9 /include
parent6e70feeabbce4649c5e089e83a1a94d7fa06e91a (diff)
tegra: Add CONFIG_TEGRA_CLOCK_SCALING to enable clock scaling
At present PMU and EMC support comes in by default when I2C is enabled. This is inconvenient when the platform supports I2C but does not have or want voltage and frequency scaling. This feature now has its own config option. BUG=chromium-os:19353 TEST=build and boot on Seaboard Change-Id: I2bfc7ca226b6a11c6e215fae93030175a081306c Reviewed-on: http://gerrit.chromium.org/gerrit/8678 Tested-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/seaboard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 4ade2bb28c..6a3167e9b5 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
@@ -215,6 +215,9 @@
#define CONFIG_SYS_I2C_SPEED 100000
#define CONFIG_CMD_I2C
+/* PMU and EMC support, requires i2c */
+#define CONFIG_TEGRA_CLOCK_SCALING
+
/* TPM */
#define CONFIG_INFINEON_TPM_I2C
#define CONFIG_INFINEON_TPM_I2C_BUS 2