summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wagner <mwagner@nvidia.com>2013-05-02 16:17:36 -0700
committerMandar Padmawar <mpadmawar@nvidia.com>2013-05-15 05:44:34 -0700
commit9370201c44bbabaef1f85f97a2a993e117d33186 (patch)
tree1fcf6455d1cfb8b2f709fa64b9626a8c37fb5fc9
parent029bfcfb159977052d2fcf9a97fe0564517b2018 (diff)
ARM: Tegra: Roth: Update HDMI Settings
Update drive strengths to fix compliance issues Bug 1278943 Change-Id: I83f9340f4031b2a675ed748307f0abd0455f1e3c Signed-off-by: Matt Wagner <mwagner@nvidia.com> Reviewed-on: http://git-master/r/225026 (cherry picked from commit 45a7dd54a9565efd63537a16c2cfc6f2e9194c43) Reviewed-on: http://git-master/r/228126 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit
-rw-r--r--arch/arm/mach-tegra/board-roth-panel.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-tegra/board-roth-panel.c b/arch/arm/mach-tegra/board-roth-panel.c
index 54b2146ce8c5..1c3e8e352405 100644
--- a/arch/arm/mach-tegra/board-roth-panel.c
+++ b/arch/arm/mach-tegra/board-roth-panel.c
@@ -731,25 +731,25 @@ struct tdms_config roth_tdms_config[] = {
{ /* 720p / 74.25MHz modes */
.pclk = 74250000,
.pll0 = 0x01003f10,
- .pll1 = 0x10300700,
+ .pll1 = 0x10300b00,
.pe_current = 0x00000000,
- .drive_current = 0x3b3b3b3b,
+ .drive_current = 0x2e2e2e2e,
.peak_current = 0x05050505,
},
{ /* 1080p / 148.5MHz modes */
.pclk = 148500000,
.pll0 = 0x01003f10,
- .pll1 = 0x10300700,
+ .pll1 = 0x10300b00,
.pe_current = 0x00000000,
- .drive_current = 0x3b3b3b3b,
+ .drive_current = 0x2e2e2e2e,
.peak_current = 0x05050505,
},
{ /* 297MHz modes */
.pclk = INT_MAX,
.pll0 = 0x01003f10,
- .pll1 = 0x13300700,
+ .pll1 = 0x13300b00,
.pe_current = 0x00000000,
- .drive_current = 0x3c3c3c3c,
+ .drive_current = 0x2e2e2e2e,
.peak_current = 0x07070707,
},
};