diff options
| author | Shawn Guo <shawn.guo@linaro.org> | 2013-03-13 02:28:19 -0400 |
|---|---|---|
| committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-04 09:22:41 -0400 |
| commit | 36f3e99649baa77b2d22e385b2ea09e8f308c905 (patch) | |
| tree | a1b64976820ac3fb5a28d77adf22f6d996e321ff /include/linux | |
| parent | 4aa02c7cbb6816913554dc18ff750a70a4ace796 (diff) | |
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 'include/linux')
| -rw-r--r-- | include/linux/mxsfb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mxsfb.h b/include/linux/mxsfb.h index 93696404ee55..b78465cdb26e 100644 --- a/include/linux/mxsfb.h +++ b/include/linux/mxsfb.h | |||
| @@ -33,7 +33,6 @@ struct mxsfb_platform_data { | |||
| 33 | 33 | ||
| 34 | unsigned default_bpp; | 34 | unsigned default_bpp; |
| 35 | 35 | ||
| 36 | unsigned dotclk_delay; /* refer manual HW_LCDIF_VDCTRL4 register */ | ||
| 37 | unsigned ld_intf_width; /* refer STMLCDIF_* macros */ | 36 | unsigned ld_intf_width; /* refer STMLCDIF_* macros */ |
| 38 | u32 sync; /* sync mask, contains MXSFB specifics not | 37 | u32 sync; /* sync mask, contains MXSFB specifics not |
| 39 | * carried in fb_info->var.sync | 38 | * carried in fb_info->var.sync |
