Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / display / panel / boe,himax8279d.txt
1 Boe Himax8279d 1200x1920 TFT LCD panel
2
3 Required properties:
4 - compatible: should be "boe,himax8279d8p" and one of: "boe,himax8279d10p"
5 - reg: DSI virtual channel of the peripheral
6 - enable-gpios: panel enable gpio
7 - pp33-gpios: a GPIO phandle for the 3.3v pin that provides the supply voltage
8 - pp18-gpios: a GPIO phandle for the 1.8v pin that provides the supply voltage
9
10 Optional properties:
11 - backlight: phandle of the backlight device attached to the panel
12
13 Example:
14
15         &mipi_dsi {
16                 panel {
17                         compatible = "boe,himax8279d8p", "boe,himax8279d10p";
18                         reg = <0>;
19                         backlight = <&backlight>;
20                         enable-gpios = <&gpio 45 GPIO_ACTIVE_HIGH>;
21                         pp33-gpios = <&gpio 35 GPIO_ACTIVE_HIGH>;
22                         pp18-gpios = <&gpio 36 GPIO_ACTIVE_HIGH>;
23                 };
24         };