aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mxsfb.h
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-03-13 02:03:12 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-04-04 09:22:41 -0400
commit4aa02c7cbb6816913554dc18ff750a70a4ace796 (patch)
treeeb27f8b4e307ac1d4f185b2797f9ec5f0382e520 /include/linux/mxsfb.h
parent9e5485791b805e3235ba5fb53d140881dbbe79be (diff)
video: mxsfb: remove fb_phys/fb_size from platform_data
There is no in-tree users of mxsfb_platform_data fb_phys/fb_size. With CMA support in the kernel, there is no real need for platform to reserve memory and pass address and size into driver via platform_data. So let's remove fb_phys/fb_size from mxsfb_platform_data to ease full device tree adoption. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'include/linux/mxsfb.h')
-rw-r--r--include/linux/mxsfb.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/mxsfb.h b/include/linux/mxsfb.h
index f80af8674342..93696404ee55 100644
--- a/include/linux/mxsfb.h
+++ b/include/linux/mxsfb.h
@@ -35,15 +35,6 @@ struct mxsfb_platform_data {
35 35
36 unsigned dotclk_delay; /* refer manual HW_LCDIF_VDCTRL4 register */ 36 unsigned dotclk_delay; /* refer manual HW_LCDIF_VDCTRL4 register */
37 unsigned ld_intf_width; /* refer STMLCDIF_* macros */ 37 unsigned ld_intf_width; /* refer STMLCDIF_* macros */
38
39 unsigned fb_size; /* Size of the video memory. If zero a
40 * default will be used
41 */
42 unsigned long fb_phys; /* physical address for the video memory. If
43 * zero the framebuffer memory will be dynamically
44 * allocated. If specified,fb_size must also be specified.
45 * fb_phys must be unused by Linux.
46 */
47 u32 sync; /* sync mask, contains MXSFB specifics not 38 u32 sync; /* sync mask, contains MXSFB specifics not
48 * carried in fb_info->var.sync 39 * carried in fb_info->var.sync
49 */ 40 */