commit | 4aa02c7cbb6816913554dc18ff750a70a4ace796 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Wed Mar 13 14:03:12 2013 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Thu Apr 04 21:22:41 2013 +0800 |
tree | eb27f8b4e307ac1d4f185b2797f9ec5f0382e520 | |
parent | 9e5485791b805e3235ba5fb53d140881dbbe79be [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>