From 41beef39cdc8f282844b001efb9e83363ccfdcc3 Mon Sep 17 00:00:00 2001
From: Philipp Zabel
Date: Wed, 2 Dec 2015 14:42:22 +0100
Subject: [PATCH] ARM: dts: imx6qdl: add IPU aliases
This allows for consistent numbering of the IPU output and
input ports.
Signed-off-by: Philipp Zabel
Signed-off-by: Lucas Stach
Signed-off-by: Shawn Guo
---
arch/arm/boot/dts/imx6q.dtsi | 1 +
arch/arm/boot/dts/imx6qdl.dtsi | 1 +
2 files changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
index 399103b8e2c9..a266a564a3f6 100644
--- a/arch/arm/boot/dts/imx6q.dtsi
+++ b/arch/arm/boot/dts/imx6q.dtsi
@@ -14,6 +14,7 @@
/ {
aliases {
+ ipu1 = &ipu2;
spi4 = &ecspi5;
};
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index de6d17502512..ec64bcc9cb64 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -30,6 +30,7 @@
i2c0 = &i2c1;
i2c1 = &i2c2;
i2c2 = &i2c3;
+ ipu0 = &ipu1;
mmc0 = &usdhc1;
mmc1 = &usdhc2;
mmc2 = &usdhc3;
--
2.39.5