Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1Orise Tech OTM8009A 3.97" 480x800 TFT LCD panel (MIPI-DSI video mode)
2
3The Orise Tech OTM8009A is a 3.97" 480x800 TFT LCD panel connected using
4a MIPI-DSI video interface. Its backlight is managed through the DSI link.
5
6Required properties:
7 - compatible: "orisetech,otm8009a"
8 - reg: the virtual channel number of a DSI peripheral
9
10Optional 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
14Example:
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};