Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-arm
[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   - power-supply: phandle of the regulator that provides the supply voltage.
13
14 Example:
15 &dsi {
16         ...
17         panel@0 {
18                 compatible = "orisetech,otm8009a";
19                 reg = <0>;
20                 reset-gpios = <&gpioh 7 GPIO_ACTIVE_LOW>;
21                 power-supply = <&v1v8>;
22         };
23 };