summaryrefslogtreecommitdiff
path: root/include/configs/colibri_t30.h
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-20 15:33:04 +0200
committerStefan Agner <stefan.agner@toradex.com>2017-05-29 14:10:55 -0700
commitd240529a27efe3f3aad679070c47ad98867a09d5 (patch)
tree776bba5ad2a6b52e28c52ce58895b3d202030eb3 /include/configs/colibri_t30.h
parent60021a4daa9720ae89e31def9483a09a78ead049 (diff)
apalis/colibri_t30: improve vdd core pmic handling
Make sure TPS62362 set 0 defaults to 1.200V as the Linux kernel may switch to set 0 using TPS65911 GPIO1 (EN_CORE_DVFS_N) connected to TPS62362 VSEL1 prior to actually setting it to a sane value dependent on the current CPU frequency. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'include/configs/colibri_t30.h')
-rw-r--r--include/configs/colibri_t30.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h
index 71bbc823fd..0cd16f004a 100644
--- a/include/configs/colibri_t30.h
+++ b/include/configs/colibri_t30.h
@@ -16,6 +16,7 @@
#define CONFIG_ARCH_MISC_INIT
/* VDD core PMIC */
+#define CONFIG_TEGRA_VDD_CORE_TPS62362_SET0
#define CONFIG_TEGRA_VDD_CORE_TPS62362_SET_TPS65911_GPIO1
/* High-level configuration options */