]> git.karo-electronics.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/video/wm,wm8505-fb.txt
AUO-K190x: Add resolutions for portrait displays
[karo-tx-linux.git] / Documentation / devicetree / bindings / video / wm,wm8505-fb.txt
1 Wondermedia WM8505 Framebuffer
2 -----------------------------------------------------
3
4 Required properties:
5 - compatible : "wm,wm8505-fb"
6 - reg : Should contain 1 register ranges(address and length)
7 - via,display: a phandle pointing to the display node
8
9 Required nodes:
10 - display: a display node is required to initialize the lcd panel
11         This should be in the board dts. See definition in
12         Documentation/devicetree/bindings/video/via,vt8500-fb.txt
13 - default-mode: a videomode node as specified in
14         Documentation/devicetree/bindings/video/via,vt8500-fb.txt
15
16 Example:
17
18         fb@d8050800 {
19                 compatible = "wm,wm8505-fb";
20                 reg = <0xd8050800 0x200>;
21                 display = <&display>;
22                 default-mode = <&mode0>;
23         };