Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[cascardo/linux.git] / arch / arm / boot / dts / vf-colibri-eval-v3.dtsi
index a8a8e43..1e0b823 100644 (file)
        panel: panel {
                compatible = "edt,et057090dhu";
                backlight = <&bl>;
+
+               port {
+                       panel_in: endpoint {
+                               remote-endpoint = <&dcu_out>;
+                       };
+               };
        };
 
        reg_3v3: regulator-3v3 {
 &dcu0 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_dcu0_1>;
-       fsl,panel = <&panel>;
        status = "okay";
+
+       port {
+               dcu_out: endpoint {
+                       remote-endpoint = <&panel_in>;
+               };
+       };
 };
 
 &dspi1 {