Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a8e583c authored by Fabien Lahoudere's avatar Fabien Lahoudere Committed by Shawn Guo
Browse files

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: default avatarFabien Lahoudere <fabien.lahoudere@collabora.co.uk>
Acked-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent d04eba90
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -136,6 +136,14 @@
			clock-names = "bus", "di0", "di1";
			clock-names = "bus", "di0", "di1";
			resets = <&src 2>;
			resets = <&src 2>;


			ipu_csi0: port@0 {
				reg = <0>;
			};

			ipu_csi1: port@1 {
				reg = <1>;
			};

			ipu_di0: port@2 {
			ipu_di0: port@2 {
				#address-cells = <1>;
				#address-cells = <1>;
				#size-cells = <0>;
				#size-cells = <0>;