commit | 73fc610f9a891fd777040bbb1854ae0b58edee9c | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Mon Jun 25 19:54:35 2012 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Tue Jul 03 13:22:37 2012 +0800 |
tree | 881ac7ce1909aa23d73d00c4060351c00f512cd9 | |
parent | ce4409b5821f170c018b94bacb36df1ffadb751f [diff] |
video: mxsfb: add simple device tree probe Add a simple device tree probe support for mxsfb driver. Before a common binding for struct fb_videomode is available, the driver will keep using struct mxsfb_platform_data. That said, platform code will use auxdata to attach mxsfb_platform_data for device tree boot. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>