diff options
-rw-r--r-- | arch/arm/mach-tegra/nvrm/core/common/nvrm_clocks.h | 4 |
1 files changed, 2 insertions, 2 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 b3db73d03e5a..dda343c24c81 100644 --- a/arch/arm/mach-tegra/nvrm/core/common/nvrm_clocks.h +++ b/arch/arm/mach-tegra/nvrm/core/common/nvrm_clocks.h @@ -203,10 +203,10 @@ typedef struct NvRmPllFixedConfigRec #define NVRM_PLLHD_AT_19MHZ { 594000, 16, 495, 0, 0} #define NVRM_PLLHD_AT_26MHZ { 594000, 13, 297, 0, 0} -#define NVRM_PLLHC_AT_12MHZ { 594000, 04, 396, 1, 0} +#define NVRM_PLLHC_AT_12MHZ { 445500, 04, 594, 2, 0} #define NVRM_PLLHC_AT_13MHZ { 594000, 13, 594, 0, 0} #define NVRM_PLLHC_AT_19MHZ { 594000, 16, 495, 0, 0} -#define NVRM_PLLHC_AT_26MHZ { 594000, 13, 594, 1, 0} +#define NVRM_PLLHC_AT_26MHZ { 445500, 13, 891, 2, 0} // Display divider is part of the display module and it is not described // in central module clock information table. Hence, need this define. |