Merge tag 'xfs-4.15-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / display / panel / orisetech,otm8009a.txt
1 Orise Tech OTM8009A 3.97" 480x800 TFT LCD panel (MIPI-DSI video mode)
2
3 The Orise Tech OTM8009A is a 3.97" 480x800 TFT LCD panel connected using
4 a MIPI-DSI video interface. Its backlight is managed through the DSI link.
5
6 Required properties:
7   - compatible: "orisetech,otm8009a"
8   - reg: the virtual channel number of a DSI peripheral
9
10 Optional properties:
11   - reset-gpios: a GPIO spec for the reset pin (active low).
12
13 Example:
14 &dsi {
15         ...
16         panel@0 {
17                 compatible = "orisetech,otm8009a";
18                 reg = <0>;
19                 reset-gpios = <&gpioh 7 GPIO_ACTIVE_LOW>;
20         };
21 };