diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2015-12-02 16:42:22 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-12-22 15:43:37 +0300 |
commit | 41beef39cdc8f282844b001efb9e83363ccfdcc3 (patch) | |
tree | 85c9d63a4a6131b782642c07e301a8f2afb841c3 /arch/arm | |
parent | d9cf0a125ed026a86f0eb256b60a17e682604522 (diff) | |
download | linux-41beef39cdc8f282844b001efb9e83363ccfdcc3.tar.xz |
ARM: dts: imx6qdl: add IPU aliases
This allows for consistent numbering of the IPU output and
input ports.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx6q.dtsi | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 1 |
2 files changed, 2 insertions, 0 deletions
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; |