summaryrefslogtreecommitdiff
path: root/drivers/video/exynos_mipi_dsi_common.h
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_common.h
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_common.h')
-rw-r--r--drivers/video/exynos_mipi_dsi_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/exynos_mipi_dsi_common.h b/drivers/video/exynos_mipi_dsi_common.h
index 318c7ec..ef6510a 100644
--- a/drivers/video/exynos_mipi_dsi_common.h
+++ b/drivers/video/exynos_mipi_dsi_common.h
@@ -13,7 +13,7 @@
#define _EXYNOS_MIPI_DSI_COMMON_H
int exynos_mipi_dsi_wr_data(struct mipi_dsim_device *dsim, unsigned int data_id,
- unsigned int data0, unsigned int data1);
+ const unsigned char *data0, unsigned int data1);
int exynos_mipi_dsi_pll_on(struct mipi_dsim_device *dsim, unsigned int enable);
unsigned long exynos_mipi_dsi_change_pll(struct mipi_dsim_device *dsim,
unsigned int pre_divider, unsigned int main_divider,