diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-11-08 23:34:01 -0500 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-11-21 18:43:20 -0500 |
commit | 32ba95c69f33126e297466dc706db73cc7e7a543 (patch) | |
tree | 9a631ef9a9982c57fda72476971ac037f37a0b20 /drivers/video/sh_mipi_dsi.c | |
parent | 9250741e5feedb6a5273683a940b339af59a1086 (diff) |
fbdev: sh_mipi_dsi: typo fix of SH_MIPI_DSI_HBPBM
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/sh_mipi_dsi.c')
-rw-r--r-- | drivers/video/sh_mipi_dsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sh_mipi_dsi.c b/drivers/video/sh_mipi_dsi.c index 4aa5053febf1..94bb1bb54a02 100644 --- a/drivers/video/sh_mipi_dsi.c +++ b/drivers/video/sh_mipi_dsi.c | |||
@@ -318,7 +318,7 @@ static int __init sh_mipi_setup(struct sh_mipi *mipi, | |||
318 | */ | 318 | */ |
319 | if (pdata->flags & SH_MIPI_DSI_HSABM) | 319 | if (pdata->flags & SH_MIPI_DSI_HSABM) |
320 | vmctr2 |= 0x20; | 320 | vmctr2 |= 0x20; |
321 | if (pdata->flags & SH_MIPI_DSI_HSPBM) | 321 | if (pdata->flags & SH_MIPI_DSI_HBPBM) |
322 | vmctr2 |= 0x10; | 322 | vmctr2 |= 0x10; |
323 | iowrite32(vmctr2, mipi->linkbase + VMCTR2); | 323 | iowrite32(vmctr2, mipi->linkbase + VMCTR2); |
324 | 324 | ||