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

ARM: dts: imx53: Add capture-subsystem device

Add video capture_subsystem device node, and include both CSI ports.
Prepare for adding sensors by adding the parallel sensor anchor endpoints
to the CSI ports.

Signed-off-by: Steve Longerbeam <slongerbeam@gmail.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Steve Longerbeam and committed by
Shawn Guo
e5ad3230 efb8393c

+12
+12
arch/arm/boot/dts/imx53.dtsi
··· 31 31 i2c0 = &i2c1; 32 32 i2c1 = &i2c2; 33 33 i2c2 = &i2c3; 34 + ipu0 = &ipu; 34 35 mmc0 = &esdhc1; 35 36 mmc1 = &esdhc2; 36 37 mmc2 = &esdhc3; ··· 70 69 display-subsystem { 71 70 compatible = "fsl,imx-display-subsystem"; 72 71 ports = <&ipu_di0>, <&ipu_di1>; 72 + }; 73 + 74 + capture_subsystem { 75 + compatible = "fsl,imx-capture-subsystem"; 76 + ports = <&ipu_csi0>, <&ipu_csi1>; 73 77 }; 74 78 75 79 tzic: tz-interrupt-controller@fffc000 { ··· 164 158 165 159 ipu_csi0: port@0 { 166 160 reg = <0>; 161 + 162 + ipu_csi0_from_parallel_sensor: endpoint { 163 + }; 167 164 }; 168 165 169 166 ipu_csi1: port@1 { 170 167 reg = <1>; 168 + 169 + ipu_csi1_from_parallel_sensor: endpoint { 170 + }; 171 171 }; 172 172 173 173 ipu_di0: port@2 {