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

ARM: dts: imx51: add capture-subsystem device

Add IPU CSI ports and capture-subsystem device so the capture subsystem
part of the IPUv3EX can be used with the staging imx-media driver.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Philipp Zabel and committed by
Shawn Guo
288b9e6f f5d35d87

+13
+13
arch/arm/boot/dts/imx51.dtsi
··· 104 104 #phy-cells = <0>; 105 105 }; 106 106 107 + capture-subsystem { 108 + compatible = "fsl,imx-capture-subsystem"; 109 + ports = <&ipu_csi0>, <&ipu_csi1>; 110 + }; 111 + 107 112 display-subsystem { 108 113 compatible = "fsl,imx-display-subsystem"; 109 114 ports = <&ipu_di0>, <&ipu_di1>; ··· 147 142 <&clks IMX5_CLK_IPU_DI1_GATE>; 148 143 clock-names = "bus", "di0", "di1"; 149 144 resets = <&src 2>; 145 + 146 + ipu_csi0: port@0 { 147 + reg = <0>; 148 + }; 149 + 150 + ipu_csi1: port@1 { 151 + reg = <1>; 152 + }; 150 153 151 154 ipu_di0: port@2 { 152 155 reg = <2>;