diff options
author | Simon Glass <sjg@chromium.org> | 2016-02-21 21:08:47 -0700 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2016-05-25 13:25:17 +0900 |
commit | 37ea446b9d7942c0deb5833fede6eb7cabd5bc6d (patch) | |
tree | 273586d6fd717082151636c79251b1cc3c465594 /arch/arm | |
parent | 652d15c06e65ea910bada28925b37483b2a1a0d6 (diff) | |
download | u-boot-imx-37ea446b9d7942c0deb5833fede6eb7cabd5bc6d.zip u-boot-imx-37ea446b9d7942c0deb5833fede6eb7cabd5bc6d.tar.gz u-boot-imx-37ea446b9d7942c0deb5833fede6eb7cabd5bc6d.tar.bz2 |
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/arm')
-rw-r--r-- | arch/arm/mach-exynos/include/mach/mipi_dsim.h | 2 |
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 df68186..43b5c01 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; }; /* |