Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / display / panel / simple-panel.txt
blob16d8ff088b7d15504afd58984b291ded9a4b7f15
1 Simple display panel
3 Required properties:
4 - power-supply: See panel-common.txt
6 Optional properties:
7 - ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
8 - enable-gpios: GPIO pin to enable or disable the panel
9 - backlight: phandle of the backlight device attached to the panel
11 Example:
13         panel: panel {
14                 compatible = "cptt,claa101wb01";
15                 ddc-i2c-bus = <&panelddc>;
17                 power-supply = <&vdd_pnl_reg>;
18                 enable-gpios = <&gpio 90 0>;
20                 backlight = <&backlight>;
21         };