diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2014-05-27 17:26:37 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 16:49:33 +0800 |
commit | c0470c3812bdaae5a396d1ffbfebcc3cbf52fa01 (patch) | |
tree | f0c1ed4bd0d02d7af5fbb2c864d940ef7853fa82 /arch/arm/boot/dts/imx6qdl.dtsi | |
parent | 54a9a3af6827a934f95ee53942bc1a409e7ab9b8 (diff) | |
download | blackbird-obmc-linux-c0470c3812bdaae5a396d1ffbfebcc3cbf52fa01.tar.gz blackbird-obmc-linux-c0470c3812bdaae5a396d1ffbfebcc3cbf52fa01.zip |
ARM: dts: imx6qdl: Add CSI device tree port nodes for IPU1 and IPU2
This patch adds CSI subnodes for IPU1 and IPU2 that will contain
ports and endpoints connecting to external elements in the video
pipeline.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index ce0599134a69..eef93536c9ec 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -1048,6 +1048,14 @@ clock-names = "bus", "di0", "di1"; resets = <&src 2>; + ipu1_csi0: port@0 { + reg = <0>; + }; + + ipu1_csi1: port@1 { + reg = <1>; + }; + ipu1_di0: port@2 { #address-cells = <1>; #size-cells = <0>; |