1Panasonic 10" WUXGA TFT LCD panel
2
3Required 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
8Optional properties:
9- backlight: phandle of the backlight device attached to the panel
10
11Example:
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	};
21