summaryrefslogtreecommitdiff
path: root/drivers/video/exynos_mipi_dsi_lowlevel.c
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-08-12 22:06:30 (GMT)
committerTom Rini <trini@ti.com>2013-08-12 22:06:30 (GMT)
commitc15438eaea8b854d89455ebf7a1c7c4f06fa92f5 (patch)
tree1b9f2cddd85c061fb0377681d1fee0a2904d738d /drivers/video/exynos_mipi_dsi_lowlevel.c
parentd62a89bd5b5033649a90fa5bfe0f5b32013ca8f8 (diff)
parent1dc793dd2b8fb97dddf437547d86bd5bcfdb8b29 (diff)
downloadu-boot-c15438eaea8b854d89455ebf7a1c7c4f06fa92f5.tar.xz
Merge branch 'master' of git://www.denx.de/git/u-boot-video
Diffstat (limited to 'drivers/video/exynos_mipi_dsi_lowlevel.c')
-rw-r--r--drivers/video/exynos_mipi_dsi_lowlevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/exynos_mipi_dsi_lowlevel.c b/drivers/video/exynos_mipi_dsi_lowlevel.c
index b47eee4..1313bce 100644
--- a/drivers/video/exynos_mipi_dsi_lowlevel.c
+++ b/drivers/video/exynos_mipi_dsi_lowlevel.c
@@ -600,7 +600,7 @@ unsigned int exynos_mipi_dsi_get_fifo_state(struct mipi_dsim_device *dsim)
}
void exynos_mipi_dsi_wr_tx_header(struct mipi_dsim_device *dsim,
- unsigned int di, unsigned int data0, unsigned int data1)
+ unsigned int di, const unsigned char data0, const unsigned char data1)
{
struct exynos_mipi_dsim *mipi_dsim =
(struct exynos_mipi_dsim *)samsung_get_base_mipi_dsim();