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