Merge tag 'firewire-update2' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / display / panel / panasonic,vvx10f034n00.txt
1 Panasonic 10" WUXGA TFT LCD panel
2
3 Required properties:
4 - compatible: should be "panasonic,vvx10f034n00"
5 - reg: DSI virtual channel of the peripheral
6 - power-supply: phandle of the regulator that provides the supply voltage
7
8 Optional properties:
9 - backlight: phandle of the backlight device attached to the panel
10
11 Example:
12
13         mdss_dsi@fd922800 {
14                 panel@0 {
15                         compatible = "panasonic,vvx10f034n00";
16                         reg = <0>;
17                         power-supply = <&vreg_vsp>;
18                         backlight = <&lp8566_wled>;
19                 };
20         };