aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYannick Fertre <yannick.fertre@st.com>2017-03-28 05:44:48 -0400
committerThierry Reding <treding@nvidia.com>2017-04-06 17:22:33 -0400
commit2db496753e3a7da6117266d61782456511896c66 (patch)
tree0d0453c0ef4658ab0e605dd16255dc39a5db8903
parentc1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff)
dt-bindings: Add Ampire AM-480272H3TMQW-T01H panel
This patch adds documentation of device tree bindings for the WVGA panel Ampire AM-480272H3TMQW-T01H. Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Yannick Fertre <yannick.fertre@st.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r--Documentation/devicetree/bindings/display/panel/ampire,am-480272h3tmqw-t01h.txt26
1 files changed, 26 insertions, 0 deletions
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 000000000000..6812280cb109
--- /dev/null
+++ b/Documentation/devicetree/bindings/display/panel/ampire,am-480272h3tmqw-t01h.txt
@@ -0,0 +1,26 @@
1Ampire AM-480272H3TMQW-T01H 4.3" WQVGA TFT LCD panel
2
3This binding is compatible with the simple-panel binding, which is specified
4in simple-panel.txt in this directory.
5
6Required properties:
7- compatible: should be "ampire,am-480272h3tmqw-t01h"
8
9Optional properties:
10- power-supply: regulator to provide the supply voltage
11- enable-gpios: GPIO pin to enable or disable the panel
12- backlight: phandle of the backlight device attached to the panel
13
14Optional nodes:
15- Video port for RGB input.
16
17Example:
18 panel_rgb: panel-rgb {
19 compatible = "ampire,am-480272h3tmqw-t01h";
20 enable-gpios = <&gpioa 8 1>;
21 port {
22 panel_in_rgb: endpoint {
23 remote-endpoint = <&controller_out_rgb>;
24 };
25 };
26 };