summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/nvrm/core/common/nvrm_clocks.h
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2010-03-05 19:08:02 -0800
committerGary King <gking@nvidia.com>2010-03-08 15:49:46 -0800
commitab7b7f907c9b7ae9812581ff5535fd98474ba76b (patch)
tree8bc8202f8f4b1906215fa468d87ae3da363a71c1 /arch/arm/mach-tegra/nvrm/core/common/nvrm_clocks.h
parent4646176e2e325e692423dfbee0f07f88210f36f1 (diff)
Tegra RM: Removed 50MHz floor for MIPI PLL output.tegra-9.12.7
Removed 50MHz floor for MIPI PLL high speed output frequency. This floor kept MIPI PLL low speed output (= high speed output / 8) above DSI panel specification - bug 651446. Change-Id: Id1d3314b46896cc8f6fb48d238ffed01fd6b4e4a Reviewed-on: http://git-master/r/787 Tested-by: Aleksandr Frid <afrid@nvidia.com> Reviewed-by: Venkata (Muni) Anda <vanda@nvidia.com> Tested-by: Venkata (Muni) Anda <vanda@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/nvrm/core/common/nvrm_clocks.h')
-rw-r--r--arch/arm/mach-tegra/nvrm/core/common/nvrm_clocks.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/nvrm/core/common/nvrm_clocks.h b/arch/arm/mach-tegra/nvrm/core/common/nvrm_clocks.h
index 88b5292cb44a..8b67f9db95cb 100644
--- a/arch/arm/mach-tegra/nvrm/core/common/nvrm_clocks.h
+++ b/arch/arm/mach-tegra/nvrm/core/common/nvrm_clocks.h
@@ -203,9 +203,6 @@ typedef struct NvRmPllFixedConfigRec
#define NVRM_PLLHD_AT_19MHZ { 594000, 16, 495, 0, 0}
#define NVRM_PLLHD_AT_26MHZ { 594000, 26, 594, 0, 0}
-// Minimum PLLD_OUT0 frequency when used for display clocks
-#define NVRM_PLLD_DISPLAY_MIN_KHZ (50000)
-
// Display divider is part of the display module and it is not described
// in central module clock information table. Hence, need this define.
#define NVRM_DISPLAY_DIVIDER_MAX (128)