]> git.karo-electronics.de Git - karo-tx-linux.git/commit
video: mxsfb: add simple device tree probe
authorShawn Guo <shawn.guo@linaro.org>
Mon, 25 Jun 2012 11:54:35 +0000 (19:54 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 3 Jul 2012 05:22:37 +0000 (13:22 +0800)
commit73fc610f9a891fd777040bbb1854ae0b58edee9c
tree881ac7ce1909aa23d73d00c4060351c00f512cd9
parentce4409b5821f170c018b94bacb36df1ffadb751f
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>
Documentation/devicetree/bindings/fb/mxsfb.txt [new file with mode: 0644]
drivers/video/mxsfb.c