summaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorShawn Guo2013-03-13 07:28:19 +0100
committerShawn Guo2013-04-04 15:22:41 +0200
commit36f3e99649baa77b2d22e385b2ea09e8f308c905 (patch)
treea1b64976820ac3fb5a28d77adf22f6d996e321ff /drivers/video
parentvideo: mxsfb: remove fb_phys/fb_size from platform_data (diff)
downloadkernel-qcow2-linux-36f3e99649baa77b2d22e385b2ea09e8f308c905.tar.gz
kernel-qcow2-linux-36f3e99649baa77b2d22e385b2ea09e8f308c905.tar.xz
kernel-qcow2-linux-36f3e99649baa77b2d22e385b2ea09e8f308c905.zip
video: mxsfb: remove dotclk_delay from platform_data
There is no in-tree mxsfb users using mxsfb_platform_data dotclk_delay. Let's remove it from mxsfb_platform_data to ease full device tree adoption of mxsfb driver. If later we have platform/board need to configure this parameter, we can add it into device tree bindings. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/mxsfb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/mxsfb.c b/drivers/video/mxsfb.c
index 9e8740bade32..a89901c7f5e9 100644
--- a/drivers/video/mxsfb.c
+++ b/drivers/video/mxsfb.c
@@ -701,7 +701,6 @@ static int mxsfb_init_fbinfo(struct mxsfb_info *host)
var->accel_flags = 0;
var->vmode = FB_VMODE_NONINTERLACED;
- host->dotclk_delay = pdata->dotclk_delay;
host->ld_intf_width = pdata->ld_intf_width;
/* Memory allocation for framebuffer */
>1da177e4c3f4
bdc8cb984576 ^
1da177e4c3f4

a6cccdc36c96 ^
4be38e351c5f ^
4b94ffdc4163 ^
6811378e7d8b ^
c713216deebd ^

3fcfab16c5b8 ^
933e312e73f8 ^
a5d76b54a3f3 ^
eefa864b701d ^
3ac7fe5a4aab ^