2 -----------------------------------------------------
5 - compatible : "via,vt8500-fb"
6 - reg : Should contain 1 register ranges(address and length)
7 - interrupts : framebuffer controller interrupt
8 - display: a phandle pointing to the display node
11 - display: a display node is required to initialize the lcd panel
12 This should be in the board dts.
13 - default-mode: a videomode within the display with timing parameters
19 compatible = "via,vt8500-fb";
20 reg = <0xd800e400 0x400>;
23 default-mode = <&mode0>;
27 -----------------------------------------------------
28 Required properties (as per of_videomode_helper):
30 - hactive, vactive: Display resolution
31 - hfront-porch, hback-porch, hsync-len: Horizontal Display timing parameters
33 vfront-porch, vback-porch, vsync-len: Vertical display timing parameters in
35 - clock: displayclock in Hz
36 - bpp: lcd panel bit-depth.
37 <16> for RGB565, <32> for RGB888
39 Optional properties (as per of_videomode_helper):
40 - width-mm, height-mm: Display dimensions in mm
41 - hsync-active-high (bool): Hsync pulse is active high
42 - vsync-active-high (bool): Vsync pulse is active high
43 - interlaced (bool): This is an interlaced mode
44 - doublescan (bool): This is a doublescan mode
58 clock = <0>; /* unused but required */
59 bpp = <16>; /* non-standard but required */