summaryrefslogtreecommitdiff
path: root/drivers/video/exynos_mipi_dsi_common.h
diff options
context:
space:
mode:
authorDonghwa Lee <dh09.lee@samsung.com>2013-08-05 13:34:32 +0900
committerAnatolij Gustschin <agust@denx.de>2013-08-12 22:39:07 +0200
commit9c17a32591eeb855305a24f200dbe441c82d0326 (patch)
tree36ea4b0f9d55f9d2a33447359318bab85b8a61dc /drivers/video/exynos_mipi_dsi_common.h
parent785566312551ee0c3c7e352cb93f30998ebcdd16 (diff)
downloadu-boot-imx-9c17a32591eeb855305a24f200dbe441c82d0326.zip
u-boot-imx-9c17a32591eeb855305a24f200dbe441c82d0326.tar.gz
u-boot-imx-9c17a32591eeb855305a24f200dbe441c82d0326.tar.bz2
exynos: video: change mipi dsi write function parameters correctly
This patch have changed mipi dsi write functions' parameters correctly so that type cast operations were removed. And mipi dsi payload is composed with array of panel commands to improve readability. Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
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,