Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx53: Add IPU nodes for csi

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>

authored by

Fabien Lahoudere and committed by
Shawn Guo
2a8e583c d04eba90

+8
+8
arch/arm/boot/dts/imx53.dtsi
··· 136 136 clock-names = "bus", "di0", "di1"; 137 137 resets = <&src 2>; 138 138 139 + ipu_csi0: port@0 { 140 + reg = <0>; 141 + }; 142 + 143 + ipu_csi1: port@1 { 144 + reg = <1>; 145 + }; 146 + 139 147 ipu_di0: port@2 { 140 148 #address-cells = <1>; 141 149 #size-cells = <0>;