diff options
| -rw-r--r-- | Documentation/devicetree/bindings/video/tpo,td043mtea1.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/video/tpo,td043mtea1.txt b/Documentation/devicetree/bindings/video/tpo,td043mtea1.txt new file mode 100644 index 000000000000..ec6d62975162 --- /dev/null +++ b/Documentation/devicetree/bindings/video/tpo,td043mtea1.txt | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | TPO TD043MTEA1 Panel | ||
| 2 | ==================== | ||
| 3 | |||
| 4 | Required properties: | ||
| 5 | - compatible: "tpo,td043mtea1" | ||
| 6 | - reset-gpios: panel reset gpio | ||
| 7 | |||
| 8 | Optional properties: | ||
| 9 | - label: a symbolic name for the panel | ||
| 10 | |||
| 11 | Required nodes: | ||
| 12 | - Video port for DPI input | ||
| 13 | |||
| 14 | Example | ||
| 15 | ------- | ||
| 16 | |||
| 17 | lcd-panel: panel@0 { | ||
| 18 | compatible = "tpo,td043mtea1"; | ||
| 19 | reg = <0>; | ||
| 20 | spi-max-frequency = <100000>; | ||
| 21 | spi-cpol; | ||
| 22 | spi-cpha; | ||
| 23 | |||
| 24 | label = "lcd"; | ||
| 25 | |||
| 26 | reset-gpios = <&gpio7 7 0>; | ||
| 27 | |||
| 28 | port { | ||
| 29 | lcd_in: endpoint { | ||
| 30 | remote-endpoint = <&dpi_out>; | ||
| 31 | }; | ||
| 32 | }; | ||
| 33 | }; | ||
