aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2016-03-21 17:10:25 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-06-06 03:14:28 -0400
commit24fe2386818682ae7503a2bc210f0baa4d9902ab (patch)
treeafea57a42258827d5dab90e8148baa5dd401b526
parentadb314ed6218eb899fa4a0434dc1f7e996cb256c (diff)
devicetree/bindings: add reset-gpios and vcc-supply for panel-dpi
Some displays have a reset input and/or need a regulator to function properly. Allow to specify them for panel-dpi devices. Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-rw-r--r--Documentation/devicetree/bindings/display/panel/panel-dpi.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/panel-dpi.txt b/Documentation/devicetree/bindings/display/panel/panel-dpi.txt
index 216c894d4f99..b52ac52757df 100644
--- a/Documentation/devicetree/bindings/display/panel/panel-dpi.txt
+++ b/Documentation/devicetree/bindings/display/panel/panel-dpi.txt
@@ -7,6 +7,8 @@ Required properties:
7Optional properties: 7Optional properties:
8- label: a symbolic name for the panel 8- label: a symbolic name for the panel
9- enable-gpios: panel enable gpio 9- enable-gpios: panel enable gpio
10- reset-gpios: GPIO to control the RESET pin
11- vcc-supply: phandle of regulator that will be used to enable power to the display
10 12
11Required nodes: 13Required nodes:
12- "panel-timing" containing video timings 14- "panel-timing" containing video timings