Skip to content

Commit

Permalink
hummingbird: panel: Fix dsi_vm_data using K3.0 DSI_VM_TIMING[12]
Browse files Browse the repository at this point in the history
Change-Id: Id6ed06235e1e5f0f407b2a5cd926bca950bf56db
  • Loading branch information
airend committed Aug 10, 2016
1 parent e666a80 commit c8912d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions arch/arm/mach-omap2/board-hummingbird-panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,13 +510,13 @@ static struct omap_dss_device hummingbird_lcd_device_novatek = {
},
.dsi_mode = OMAP_DSS_DSI_VIDEO_MODE,
.dsi_vm_data = {
/* HASH: FIXME DUMMY VALUES */
.hsa = 0,
.hfp = 24,
.hbp = 0,
.vsa = 1,
.vbp = 9,
.vfp = 10,
.hfp = 17,
.hbp = 41,
/* Unit: line clocks */
.vsa = 18,
.vbp = 3,
.vfp = 14,

/* DSI blanking modes */
.blanking_mode = 1,
Expand Down

0 comments on commit c8912d1

Please sign in to comment.