diff options
| author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-01-21 04:17:08 -0500 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-03-19 06:36:23 -0400 |
| commit | e433333b6999aa105a35d1ea1ce03db6b025d931 (patch) | |
| tree | 396f24d364642f03f2e326aed603cf79125bb57a | |
| parent | e684175eda8fc03ace06e110136baa7c7734a484 (diff) | |
Doc/DT: Add DT binding documentation for MIPI DSI CM Panel
Add DT binding documentation for MIPI DSI Command Mode Panel.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Archit Taneja <archit@ti.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
| -rw-r--r-- | Documentation/devicetree/bindings/video/panel-dsi-cm.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/video/panel-dsi-cm.txt b/Documentation/devicetree/bindings/video/panel-dsi-cm.txt new file mode 100644 index 000000000000..dce48eb9db57 --- /dev/null +++ b/Documentation/devicetree/bindings/video/panel-dsi-cm.txt | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | Generic MIPI DSI Command Mode Panel | ||
| 2 | =================================== | ||
| 3 | |||
| 4 | Required properties: | ||
| 5 | - compatible: "panel-dsi-cm" | ||
| 6 | |||
| 7 | Optional properties: | ||
| 8 | - label: a symbolic name for the panel | ||
| 9 | - reset-gpios: panel reset gpio | ||
| 10 | - te-gpios: panel TE gpio | ||
| 11 | |||
| 12 | Required nodes: | ||
| 13 | - Video port for DSI input | ||
| 14 | |||
| 15 | Example | ||
| 16 | ------- | ||
| 17 | |||
| 18 | lcd0: display { | ||
| 19 | compatible = "tpo,taal", "panel-dsi-cm"; | ||
| 20 | label = "lcd0"; | ||
| 21 | |||
| 22 | reset-gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>; | ||
| 23 | |||
| 24 | port { | ||
| 25 | lcd0_in: endpoint { | ||
| 26 | remote-endpoint = <&dsi1_out_ep>; | ||
| 27 | }; | ||
| 28 | }; | ||
| 29 | }; | ||
