summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wagner <mwagner@nvidia.com>2013-05-14 16:09:04 -0700
committerMandar Padmawar <mpadmawar@nvidia.com>2013-05-16 03:27:00 -0700
commit2af3f3a5233dfa47836b12b548acc17db947f113 (patch)
tree89defdb6bfacf86a05917c96fdf5e1145f8df168
parentd11a1818d315ab7090d93dd24771236e7325ad07 (diff)
ARM: Tegra: Roth: Update DSI Settings
Fix v_front_porch, v_back_porch and pwr_ctrl settings Bug 1283232 Change-Id: Ic5f7fcd49977157bfe64e47a4b9fbcee42fa79d3 Signed-off-by: Matt Wagner <mwagner@nvidia.com> Reviewed-on: http://git-master/r/228540 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit
-rw-r--r--arch/arm/mach-tegra/board-roth-panel.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/board-roth-panel.c b/arch/arm/mach-tegra/board-roth-panel.c
index 1c3e8e352405..f8b17c6e1852 100644
--- a/arch/arm/mach-tegra/board-roth-panel.c
+++ b/arch/arm/mach-tegra/board-roth-panel.c
@@ -317,7 +317,7 @@ static u8 panel_disp_ctrl1[] = {0xb5, 0x34, 0x20, 0x40, 0x0, 0x20};
static u8 panel_disp_ctrl2[] = {0xb6, 0x04, 0x74, 0x0f, 0x16, 0x13};
static u8 panel_internal_clk[] = {0xc0, 0x01, 0x08};
static u8 panel_pwr_ctrl3[] = {
- 0xc3, 0x0, 0x09, 0x10, 0x02, 0x0, 0x66, 0x20, 0x13, 0x0};
+ 0xc3, 0x0, 0x09, 0x10, 0x02, 0x0, 0x66, 0x00, 0x13, 0x0};
static u8 panel_pwr_ctrl4[] = {0xc4, 0x23, 0x24, 0x12, 0x12, 0x60};
static u8 panel_positive_gamma_red[] = {
0xd0, 0x21, 0x25, 0x67, 0x36, 0x0a, 0x06, 0x61, 0x23, 0x03};
@@ -371,7 +371,7 @@ static struct tegra_dsi_cmd dsi_init_cmd[] = {
DSI_CMD_LONG(DSI_GENERIC_LONG_WRITE, panel_positive_gamma_blue),
DSI_CMD_LONG(DSI_GENERIC_LONG_WRITE, panel_negetive_gamma_blue),
- DSI_CMD_SHORT(DSI_DCS_WRITE_1_PARAM, DSI_DCS_SET_ADDR_MODE, 0x08),
+ DSI_CMD_SHORT(DSI_DCS_WRITE_1_PARAM, DSI_DCS_SET_ADDR_MODE, 0x0B),
/* panel OTP 2 */
DSI_CMD_SHORT(DSI_GENERIC_SHORT_WRITE_2_PARAMS, 0xf9, 0x0),
@@ -622,11 +622,11 @@ static struct tegra_dc_mode roth_dsi_modes[] = {
.h_sync_width = 4,
.v_sync_width = 4,
.h_back_porch = 112,
- .v_back_porch = 7,
+ .v_back_porch = 12,
.h_active = 720,
.v_active = 1280,
.h_front_porch = 12,
- .v_front_porch = 20,
+ .v_front_porch = 8,
},
};