Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284826
b: refs/heads/master
c: 32ba95c
h: refs/heads/master
v: v3
  • Loading branch information
Kuninori Morimoto authored and Florian Tobias Schandinat committed Nov 21, 2011
1 parent 1ac59c0 commit 9f74f9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9250741e5feedb6a5273683a940b339af59a1086
refs/heads/master: 32ba95c69f33126e297466dc706db73cc7e7a543
2 changes: 1 addition & 1 deletion trunk/drivers/video/sh_mipi_dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ static int __init sh_mipi_setup(struct sh_mipi *mipi,
*/
if (pdata->flags & SH_MIPI_DSI_HSABM)
vmctr2 |= 0x20;
if (pdata->flags & SH_MIPI_DSI_HSPBM)
if (pdata->flags & SH_MIPI_DSI_HBPBM)
vmctr2 |= 0x10;
iowrite32(vmctr2, mipi->linkbase + VMCTR2);

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/video/sh_mipi_dsi.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ enum sh_mipi_dsi_data_fmt {
struct sh_mobile_lcdc_chan_cfg;

#define SH_MIPI_DSI_HSABM (1 << 0)
#define SH_MIPI_DSI_HSPBM (1 << 1)
#define SH_MIPI_DSI_HBPBM (1 << 1)

struct sh_mipi_dsi_info {
enum sh_mipi_dsi_data_fmt data_format;
Expand Down

0 comments on commit 9f74f9f

Please sign in to comment.