diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2015-12-02 14:42:22 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-12-22 13:43:37 +0100 |
commit | 41beef39cdc8f282844b001efb9e83363ccfdcc3 (patch) | |
tree | 85c9d63a4a6131b782642c07e301a8f2afb841c3 /arch/arm/boot/dts/imx6q.dtsi | |
parent | ARM: dts: imx6: remove config space from PCIe controller ranges property (diff) | |
download | linux-41beef39cdc8f282844b001efb9e83363ccfdcc3.tar.xz linux-41beef39cdc8f282844b001efb9e83363ccfdcc3.zip |
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/boot/dts/imx6q.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6q.dtsi | 1 |
1 files changed, 1 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; }; |