ARM: dts: imx53: Add IPU nodes for csi
authorFabien Lahoudere <fabien.lahoudere@collabora.co.uk>
Thu, 4 Aug 2016 13:47:32 +0000 (15:47 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 9 Aug 2016 13:36:43 +0000 (21:36 +0800)
We have the following messages that tell csi devices are not used:
imx-ipuv3 18000000.ipu: no port@0 node in /soc/ipu@18000000, not using CSI0
imx-ipuv3 18000000.ipu: no port@1 node in /soc/ipu@18000000, not using CSI1

So we add them in the common device tree to make CSI ports available on
imx53 boards.

Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.co.uk>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx53.dtsi

index c1bc97c..0777b41 100644 (file)
                        clock-names = "bus", "di0", "di1";
                        resets = <&src 2>;
 
+                       ipu_csi0: port@0 {
+                               reg = <0>;
+                       };
+
+                       ipu_csi1: port@1 {
+                               reg = <1>;
+                       };
+
                        ipu_di0: port@2 {
                                #address-cells = <1>;
                                #size-cells = <0>;