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 8e67ca27ad795fe0c32a2c3ed45ce4887e35c1d9..207b85b91ada27a4da7557213aa9a050ce797480 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 16541a787ae07ee94f5dddb81da3a455623e597f..b20096f084f9b3dd605f1c39d3769c5cbdee300f 100644 (file)
                                #size-cells = <0>;
                                reg = <3>;
 
-                               ipu1_di0_disp1: disp1-endpoint {
+                               ipu1_di1_disp1: disp1-endpoint {
                                };
 
                                ipu1_di1_hdmi: hdmi-endpoint {
This page took 0.026799 seconds and 5 git commands to generate.