Enables ipu-mem2mem devices on imx6qdl.

Signed-off-by: Steve Longerbeam <steve_longerb...@mentor.com>
---
 arch/arm/boot/dts/imx6q.dtsi   | 7 +++++++
 arch/arm/boot/dts/imx6qdl.dtsi | 6 ++++++
 2 files changed, 13 insertions(+)

diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
index 9b9fc91..b81d262 100644
--- a/arch/arm/boot/dts/imx6q.dtsi
+++ b/arch/arm/boot/dts/imx6q.dtsi
@@ -204,6 +204,13 @@
                                };
                        };
                };
+
+
+               ipum2m1: ipum2m@ipu2 {
+                       compatible = "fsl,imx-video-mem2mem";
+                       ipu = <&ipu2>;
+                       status = "okay";
+               };
        };
 
        display-subsystem {
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 838d1d5..ec0be0e 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -1288,5 +1288,11 @@
                                };
                        };
                };
+
+               ipum2m0: ipum2m@ipu1 {
+                       compatible = "fsl,imx-video-mem2mem";
+                       ipu = <&ipu1>;
+                       status = "okay";
+               };
        };
 };
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to