ARM: dts: imx6: fix IPU1 DI1 node name
authorJuergen Borleis <jbe@pengutronix.de>
Tue, 31 May 2016 14:49:37 +0000 (16:49 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sat, 11 Jun 2016 06:55:59 +0000 (14:55 +0800)
This node describes the DI1 port of IPU, fix the node name to reflect this.
There's currently no user of this node in mainline, so this change should
not break any supported platforms.

Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6q-apalis-ixora.dts
arch/arm/boot/dts/imx6qdl.dtsi

index 8e67ca2..207b85b 100644 (file)
@@ -93,7 +93,7 @@
                        reg = <0>;
 
                        lcd_display_in: endpoint {
-                               remote-endpoint = <&ipu1_di0_disp1>;
+                               remote-endpoint = <&ipu1_di1_disp1>;
                        };
                };
 
        };
 };
 
-&ipu1_di0_disp1 {
+&ipu1_di1_disp1 {
        remote-endpoint = <&lcd_display_in>;
 };
 
index 16541a7..b20096f 100644 (file)
                                #size-cells = <0>;
                                reg = <3>;
 
-                               ipu1_di0_disp1: disp1-endpoint {
+                               ipu1_di1_disp1: disp1-endpoint {
                                };
 
                                ipu1_di1_hdmi: hdmi-endpoint {