Merge tag 'drm-intel-next-fixes-2018-10-18' of git://anongit.freedesktop.org/drm...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / display / panel / innolux,p120zdg-bf1.txt
1 Innolux P120ZDG-BF1 12.02 inch eDP 2K display panel
2
3 This binding is compatible with the simple-panel binding, which is specified
4 in simple-panel.txt in this directory.
5
6 Required properties:
7 - compatible: should be "innolux,p120zdg-bf1"
8 - power-supply: regulator to provide the supply voltage
9
10 Optional properties:
11 - enable-gpios: GPIO pin to enable or disable the panel
12 - backlight: phandle of the backlight device attached to the panel
13 - no-hpd: If HPD isn't hooked up; add this property.
14
15 Example:
16         panel_edp: panel-edp {
17                 compatible = "innolux,p120zdg-bf1";
18                 enable-gpios = <&msmgpio 31 GPIO_ACTIVE_LOW>;
19                 power-supply = <&pm8916_l2>;
20                 backlight = <&backlight>;
21                 no-hpd;
22         };