summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-tegra114
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-09-08 11:38:04 +0200
committerTom Warren <twarren@nvidia.com>2015-09-16 16:11:31 -0700
commit8e1601d994e2fa8b8c7826470c3d923a684492a4 (patch)
treebe4bc580ea0ce2f4005efbf1f54a5f346e5c8c21 /arch/arm/include/asm/arch-tegra114
parentaba11d4476b56eb7712184597eb303ae544f0c69 (diff)
downloadtalos-obmc-uboot-8e1601d994e2fa8b8c7826470c3d923a684492a4.tar.gz
talos-obmc-uboot-8e1601d994e2fa8b8c7826470c3d923a684492a4.zip
ARM: tegra114: Clear IDDQ when enabling PLLC
Enabling a PLL while IDDQ is high. The Linux kernel checks for this condition and warns about it verbosely, so while this seems to work fine, fix it up according to the programming guidelines provided in the Tegra K1 TRM (v02p), Section 5.3.8.1 ("PLLC and PLLC4 Startup Sequence"). The Tegra114 TRM doesn't contain this information, but the programming of PLLC is the same on Tegra114 and Tegra124. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/include/asm/arch-tegra114')
-rw-r--r--arch/arm/include/asm/arch-tegra114/clock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-tegra114/clock.h b/arch/arm/include/asm/arch-tegra114/clock.h
index abbefcd0e4..9bee397787 100644
--- a/arch/arm/include/asm/arch-tegra114/clock.h
+++ b/arch/arm/include/asm/arch-tegra114/clock.h
@@ -25,4 +25,7 @@
#define OSC_FREQ_SHIFT 28
#define OSC_FREQ_MASK (0xF << OSC_FREQ_SHIFT)
+/* CLK_RST_CONTROLLER_PLLC_MISC_0 */
+#define PLLC_IDDQ (1 << 26)
+
#endif /* _TEGRA114_CLOCK_H_ */
OpenPOWER on IntegriCloud