Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: display: panel: Add support for Orise Tech OTM8009A DSI panel

The Orise Tech OTM8009A is a 3.97" 480x800 TFT LCD panel connected using
a MIPI-DSI video interface. Its backlight is managed through the DSI link.

Signed-off-by: Philippe CORNU <philippe.cornu@st.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1500297593-30633-3-git-send-email-philippe.cornu@st.com

authored by

Philippe CORNU and committed by
Thierry Reding
59ef38f5 931974fa

+21
+21
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 + };