summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-02-21 21:08:47 -0700
committerMinkyu Kang <mk7.kang@samsung.com>2016-05-25 13:25:17 +0900
commit37ea446b9d7942c0deb5833fede6eb7cabd5bc6d (patch)
tree273586d6fd717082151636c79251b1cc3c465594 /arch
parent652d15c06e65ea910bada28925b37483b2a1a0d6 (diff)
downloadtalos-obmc-uboot-37ea446b9d7942c0deb5833fede6eb7cabd5bc6d.tar.gz
talos-obmc-uboot-37ea446b9d7942c0deb5833fede6eb7cabd5bc6d.zip
exynos: video: Move mipi_lcd_device_dt into a function
In preparation for making this a parameter, move it into the function that sets it up. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-exynos/include/mach/mipi_dsim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/include/mach/mipi_dsim.h b/arch/arm/mach-exynos/include/mach/mipi_dsim.h
index df68186c10..43b5c017fe 100644
--- a/arch/arm/mach-exynos/include/mach/mipi_dsim.h
+++ b/arch/arm/mach-exynos/include/mach/mipi_dsim.h
@@ -320,7 +320,7 @@ struct mipi_dsim_lcd_device {
int reverse_panel;
struct mipi_dsim_device *master;
- void *platform_data;
+ struct exynos_platform_mipi_dsim *platform_data;
};
/*
OpenPOWER on IntegriCloud