};
        };
 
-       display0: disp0 {
+       display1: disp1 {
                compatible = "fsl,imx-parallel-display";
                interface-pix-fmt = "rgb24";
                pinctrl-names = "default";
 
                port {
                        display0_in: endpoint {
-                               remote-endpoint = <&ipu_di0_disp0>;
+                               remote-endpoint = <&ipu_di0_disp1>;
                        };
                };
        };
 
-       display1: disp1 {
+       display2: disp2 {
                compatible = "fsl,imx-parallel-display";
                interface-pix-fmt = "rgb565";
                pinctrl-names = "default";
 
                port {
                        display1_in: endpoint {
-                               remote-endpoint = <&ipu_di1_disp1>;
+                               remote-endpoint = <&ipu_di1_disp2>;
                        };
                };
        };
        };
 };
 
-&ipu_di0_disp0 {
+&ipu_di0_disp1 {
        remote-endpoint = <&display0_in>;
 };
 
-&ipu_di1_disp1 {
+&ipu_di1_disp2 {
        remote-endpoint = <&display1_in>;
 };
 
 
                power-supply = <&backlight_reg>;
        };
 
-       display0: disp0 {
+       display1: disp1 {
                compatible = "fsl,imx-parallel-display";
                interface-pix-fmt = "rgb24";
                pinctrl-names = "default";
 
                port@0 {
                        display0_in: endpoint {
-                               remote-endpoint = <&ipu_di0_disp0>;
+                               remote-endpoint = <&ipu_di0_disp1>;
                        };
                };
        };
        };
 };
 
-&ipu_di0_disp0 {
+&ipu_di0_disp1 {
        remote-endpoint = <&display0_in>;
 };
 
 
                        ipu_di0: port@2 {
                                reg = <2>;
 
-                               ipu_di0_disp0: endpoint {
+                               ipu_di0_disp1: endpoint {
                                };
                        };
 
                        ipu_di1: port@3 {
                                reg = <3>;
 
-                               ipu_di1_disp1: endpoint {
+                               ipu_di1_disp2: endpoint {
                                };
                        };
                };