efdbd7345f
This is a quite large renaming to consolidate display related bindings into a single "display" directory from various scattered locations of video, drm, gpu, fb, mipi, and panel. The prior location was somewhat based on the Linux driver location, but bindings should be independent of that. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Pawel Moll <pawel.moll@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> Cc: Kumar Gala <galak@codeaurora.org>
26 lines
411 B
Plaintext
26 lines
411 B
Plaintext
Analog TV Connector
|
|
===================
|
|
|
|
Required properties:
|
|
- compatible: "composite-video-connector" or "svideo-connector"
|
|
|
|
Optional properties:
|
|
- label: a symbolic name for the connector
|
|
|
|
Required nodes:
|
|
- Video port for TV input
|
|
|
|
Example
|
|
-------
|
|
|
|
tv: connector {
|
|
compatible = "composite-video-connector";
|
|
label = "tv";
|
|
|
|
port {
|
|
tv_connector_in: endpoint {
|
|
remote-endpoint = <&venc_out>;
|
|
};
|
|
};
|
|
};
|