[PATCH v2 1/3] dt-bindings: display: bridge: Document LVDS to parallel decoder
Jacopo Mondi
jacopo+renesas at jmondi.org
Fri Mar 9 13:51:38 UTC 2018
Document transparent LVDS to CMOS/TTL decoder that do not require any
configuration.
Signed-off-by: Jacopo Mondi <jacopo+renesas at jmondi.org>
---
.../bindings/display/bridge/lvds-decoder.txt | 42 ++++++++++++++++++++++
1 file changed, 42 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/bridge/lvds-decoder.txt
diff --git a/Documentation/devicetree/bindings/display/bridge/lvds-decoder.txt b/Documentation/devicetree/bindings/display/bridge/lvds-decoder.txt
new file mode 100644
index 0000000..a9b1d9e
--- /dev/null
+++ b/Documentation/devicetree/bindings/display/bridge/lvds-decoder.txt
@@ -0,0 +1,42 @@
+LVDS to Parallel CMOS/TTL decoder
+---------------------------------
+
+Bindings for transparent LVDS to CMOS/TTL parallel data decoder that don't
+require any configuration.
+
+Required properties:
+- compatible: shall be "lvds-decoder"
+
+The LVDS decoder has two video ports, whose connections are modeled according
+to OF graph bindings specified by Documentation/devicetree/bindings/graph.txt
+
+- Port at 0: LVDS input port
+- Port at 1: Digital CMOS/TTL parallel output
+
+Example:
+-------
+
+ lvds,decoder: decoder-0 {
+ compatible = "lvds-decoder";
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port at 0 {
+ reg = <0>;
+
+ lvds_dec_in: endpoint {
+ remote-endpoint = <&lvds_out>;
+ };
+ };
+
+ port at 1{
+ reg = <1>;
+
+ lvds_dec_out: endpoint {
+ remote-endpoint = <&adv7511_in>;
+ };
+ };
+ };
+ };
--
2.7.4
More information about the dri-devel
mailing list