linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6q: add missing links between ipu2 and mipi dsi
@ 2016-02-24 14:52 Philipp Zabel
  2016-02-29  3:00 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2016-02-24 14:52 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 arch/arm/boot/dts/imx6q.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
index 0d93c0e..26418f9 100644
--- a/arch/arm/boot/dts/imx6q.dtsi
+++ b/arch/arm/boot/dts/imx6q.dtsi
@@ -162,6 +162,7 @@
 				};
 
 				ipu2_di0_mipi: endpoint at 2 {
+					remote-endpoint = <&mipi_mux_2>;
 				};
 
 				ipu2_di0_lvds0: endpoint at 3 {
@@ -183,6 +184,7 @@
 				};
 
 				ipu2_di1_mipi: endpoint at 2 {
+					remote-endpoint = <&mipi_mux_3>;
 				};
 
 				ipu2_di1_lvds0: endpoint at 3 {
-- 
2.7.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: dts: imx6q: add missing links between ipu2 and mipi dsi
  2016-02-24 14:52 [PATCH] ARM: dts: imx6q: add missing links between ipu2 and mipi dsi Philipp Zabel
@ 2016-02-29  3:00 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2016-02-29  3:00 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Feb 24, 2016 at 03:52:46PM +0100, Philipp Zabel wrote:
> 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>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-29  3:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-24 14:52 [PATCH] ARM: dts: imx6q: add missing links between ipu2 and mipi dsi Philipp Zabel
2016-02-29  3:00 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).