Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / arch / arm / boot / dts / ls1021a-twr.dts
index 75ecaed..a8b148a 100644 (file)
 
        panel: panel {
                compatible = "nec,nl4827hc19-05b";
+
+               port {
+                       panel_in: endpoint {
+                               remote-endpoint = <&dcu_out>;
+                       };
+               };
        };
 };
 
 &dcu {
-       fsl,panel = <&panel>;
        status = "okay";
+
+       port {
+               dcu_out: endpoint {
+                       remote-endpoint = <&panel_in>;
+               };
+       };
 };
 
 &dspi1 {