ARM: dts: imx6q: add missing links between ipu2 and mipi dsi
authorPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 24 Feb 2016 14:52:46 +0000 (15:52 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 29 Feb 2016 08:17:47 +0000 (16:17 +0800)
The backlinks are already there since commit 4520e69238b3 ("ARM: dts:
imx6qdl: Add IPU DI ports and endpoints, move imx-drm node to dtsi")
and were moved by commit 70c2652c6c5b ("ARM: dts: imx6qdl: Move existing
MIPI DSI ports into a new 'ports' node"), but the links from IPU2 DI0/1
to the MIPI DSI mux are missing. Fix this.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6q.dtsi

index ddcb37b52c161135493273b7049a83fa8dce92ae..cd10c8de19048fd0e2217ddce1a286248f8010e9 100644 (file)
                                };
 
                                ipu2_di0_mipi: endpoint@2 {
+                                       remote-endpoint = <&mipi_mux_2>;
                                };
 
                                ipu2_di0_lvds0: endpoint@3 {
                                };
 
                                ipu2_di1_mipi: endpoint@2 {
+                                       remote-endpoint = <&mipi_mux_3>;
                                };
 
                                ipu2_di1_lvds0: endpoint@3 {
This page took 0.026701 seconds and 5 git commands to generate.