sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / display / panel / panasonic,vvx10f034n00.txt
blob37dedf6a6702db3628edb5bd9755c2c1fa3b0ae5
1 Panasonic 10" WUXGA TFT LCD panel
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
8 Optional properties:
9 - backlight: phandle of the backlight device attached to the panel
11 Example:
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         };