Merge branches 'intel_pstate' and 'pm-domains'
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / display / bridge / adi,adv7511.txt
index 00ea670b8c4dc49ea35324a1b606c009a5b87df0..06668bca7ffcd9385a08b9d1ed80a4321bf83ab5 100644 (file)
@@ -78,6 +78,7 @@ graph bindings specified in Documentation/devicetree/bindings/graph.txt.
   remote endpoint phandle should be a reference to a valid mipi_dsi_host device
   node.
 - Video port 1 for the HDMI output
+- Audio port 2 for the HDMI audio input
 
 
 Example
@@ -112,5 +113,12 @@ Example
                                        remote-endpoint = <&hdmi_connector_in>;
                                };
                        };
+
+                       port@2 {
+                               reg = <2>;
+                               codec_endpoint: endpoint {
+                                       remote-endpoint = <&i2s0_cpu_endpoint>;
+                               };
+                       };
                };
        };