Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / display / panel / innolux,p097pfg.txt
1 Innolux P097PFG 9.7" 1536x2048 TFT LCD panel
2
3 Required properties:
4 - compatible: should be "innolux,p097pfg"
5 - reg: DSI virtual channel of the peripheral
6 - avdd-supply: phandle of the regulator that provides positive voltage
7 - avee-supply: phandle of the regulator that provides negative voltage
8 - enable-gpios: panel enable gpio
9
10 Optional properties:
11 - backlight: phandle of the backlight device attached to the panel
12
13 Example:
14
15         &mipi_dsi {
16                 panel@0 {
17                         compatible = "innolux,p079zca";
18                         reg = <0>;
19                         avdd-supply = <...>;
20                         avee-supply = <...>;
21                         backlight = <&backlight>;
22                         enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
23                 };
24         };