From: Yannick Fertre <yannick.fertre@st.com>
To: Alexandre TORGUE <alexandre.torgue@st.com>,
Thierry Reding <thierry.reding@gmail.com>,
David Airlie <airlied@linux.ie>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Russell King <linux@armlinux.org.uk>,
Mark Rutland <mark.rutland@arm.com>,
Rob Herring <robh+dt@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
Benjamin Gaignard <benjamin.gaignard@st.com>,
Yannick Fertre <yannick.fertre@st.com>
Cc: devicetree@vger.kernel.org, kernel@stlinux.com,
Philippe Cornu <philippe.cornu@st.com>,
Fabien Dessenne <fabien.dessenne@st.com>,
dri-devel@lists.freedesktop.org,
Mickael Reulier <mickael.reulier@st.com>,
Vincent Abriou <vincent.abriou@st.com>,
Gabriel FERNANDEZ <gabriel.fernandez@st.com>,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 3/8] dt-bindings: Add Ampire AM-480272H3TMQW-T01H panel
Date: Wed, 15 Mar 2017 18:02:09 +0100 [thread overview]
Message-ID: <1489597334-16896-4-git-send-email-yannick.fertre@st.com> (raw)
In-Reply-To: <1489597334-16896-1-git-send-email-yannick.fertre@st.com>
Signed-off-by: Yannick Fertre <yannick.fertre@st.com>
---
.../display/panel/ampire,am-480272h3tmqw-t01h.txt | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/ampire,am-480272h3tmqw-t01h.txt
diff --git a/Documentation/devicetree/bindings/display/panel/ampire,am-480272h3tmqw-t01h.txt b/Documentation/devicetree/bindings/display/panel/ampire,am-480272h3tmqw-t01h.txt
new file mode 100644
index 0000000..e70111f
--- /dev/null
+++ b/Documentation/devicetree/bindings/display/panel/ampire,am-480272h3tmqw-t01h.txt
@@ -0,0 +1,26 @@
+Ampire AM-480272H3TMQW-T01H 4.3" WQVGA TFT LCD panel
+
+This binding is compatible with the simple-panel binding, which is specified
+in simple-panel.txt in this directory.
+
+Required properties:
+- compatible: should be "ampire,am-480272h3tmqw-t01h"
+
+Optional properties:
+- power-supply: regulator to provide the supply voltage
+- enable-gpios: GPIO pin to enable or disable the panel
+- backlight: phandle of the backlight device attached to the panel
+
+Optional nodes:
+- Video port for RGB input.
+
+Example:
+ panel_rgb: panel-rgb {
+ compatible = "ampire,am-480272h3tmqw-t01h";
+ enable-gpios = <&gpioa 8 1>;
+ port {
+ panel_in_rgb: endpoint {
+ remote-endpoint = <&controler_out_rgb>;
+ };
+ };
+ };
--
1.9.1
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2017-03-15 17:02 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-15 17:02 [PATCH v4 0/8] STM32 LCD-TFT display controller Yannick Fertre
2017-03-15 17:02 ` [PATCH v4 1/8] dt-bindings: display: add STM32 LTDC driver Yannick Fertre
2017-03-21 20:54 ` Eric Anholt
2017-03-15 17:02 ` [PATCH v4 2/8] drm/stm: Add " Yannick Fertre
[not found] ` <1489597334-16896-3-git-send-email-yannick.fertre-qxv4g6HH51o@public.gmane.org>
2017-03-21 20:55 ` Eric Anholt
2017-03-28 9:34 ` Yannick FERTRE
2017-03-15 17:02 ` Yannick Fertre [this message]
[not found] ` <1489597334-16896-4-git-send-email-yannick.fertre-qxv4g6HH51o@public.gmane.org>
2017-03-24 2:13 ` [PATCH v4 3/8] dt-bindings: Add Ampire AM-480272H3TMQW-T01H panel Rob Herring
2017-03-15 17:02 ` [PATCH v4 4/8] drm/panel: simple: Add support for Ampire AM-480272H3TMQW-T01H Yannick Fertre
2017-03-15 17:02 ` [PATCH v4 5/8] ARM: dts: stm32: Add ltdc support on stm32f429 MCU Yannick Fertre
2017-03-15 17:02 ` [PATCH v4 6/8] ARM: dts: stm32: Enable ltdc & simple panel on stm32f429-Eval board Yannick Fertre
2017-03-15 17:02 ` [PATCH v4 7/8] ARM: configs: Add STM32 LTDC support in STM32 defconfig Yannick Fertre
[not found] ` <1489597334-16896-8-git-send-email-yannick.fertre-qxv4g6HH51o@public.gmane.org>
2017-03-23 17:26 ` Alexandre Torgue
2017-03-15 17:02 ` [PATCH v4 8/8] ARM: configs: Add STM32 panel simple " Yannick Fertre
[not found] ` <1489597334-16896-9-git-send-email-yannick.fertre-qxv4g6HH51o@public.gmane.org>
2017-03-23 17:26 ` Alexandre Torgue
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1489597334-16896-4-git-send-email-yannick.fertre@st.com \
--to=yannick.fertre@st.com \
--cc=airlied@linux.ie \
--cc=alexandre.torgue@st.com \
--cc=arnd@arndb.de \
--cc=benjamin.gaignard@st.com \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=fabien.dessenne@st.com \
--cc=gabriel.fernandez@st.com \
--cc=kernel@stlinux.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux@armlinux.org.uk \
--cc=mark.rutland@arm.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=mickael.reulier@st.com \
--cc=philippe.cornu@st.com \
--cc=robh+dt@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=vincent.abriou@st.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).