Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / display / panel / orisetech,otm8009a.txt
blob6862028e7b2ecd9b1ef65079b02fc790ef412f3d
1 Orise Tech OTM8009A 3.97" 480x800 TFT LCD panel (MIPI-DSI video mode)
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.
6 Required properties:
7   - compatible: "orisetech,otm8009a"
8   - reg: the virtual channel number of a DSI peripheral
10 Optional properties:
11   - reset-gpios: a GPIO spec for the reset pin (active low).
13 Example:
14 &dsi {
15         ...
16         panel@0 {
17                 compatible = "orisetech,otm8009a";
18                 reg = <0>;
19                 reset-gpios = <&gpioh 7 GPIO_ACTIVE_LOW>;
20         };