Commit e5ad3230 authored by Steve Longerbeam's avatar Steve Longerbeam Committed by Shawn Guo

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: default avatarSteve Longerbeam <slongerbeam@gmail.com>
Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent efb8393c
...@@ -31,6 +31,7 @@ aliases { ...@@ -31,6 +31,7 @@ aliases {
i2c0 = &i2c1; i2c0 = &i2c1;
i2c1 = &i2c2; i2c1 = &i2c2;
i2c2 = &i2c3; i2c2 = &i2c3;
ipu0 = &ipu;
mmc0 = &esdhc1; mmc0 = &esdhc1;
mmc1 = &esdhc2; mmc1 = &esdhc2;
mmc2 = &esdhc3; mmc2 = &esdhc3;
...@@ -71,6 +72,11 @@ display-subsystem { ...@@ -71,6 +72,11 @@ display-subsystem {
ports = <&ipu_di0>, <&ipu_di1>; ports = <&ipu_di0>, <&ipu_di1>;
}; };
capture_subsystem {
compatible = "fsl,imx-capture-subsystem";
ports = <&ipu_csi0>, <&ipu_csi1>;
};
tzic: tz-interrupt-controller@fffc000 { tzic: tz-interrupt-controller@fffc000 {
compatible = "fsl,imx53-tzic", "fsl,tzic"; compatible = "fsl,imx53-tzic", "fsl,tzic";
interrupt-controller; interrupt-controller;
...@@ -158,10 +164,16 @@ ipu: ipu@18000000 { ...@@ -158,10 +164,16 @@ ipu: ipu@18000000 {
ipu_csi0: port@0 { ipu_csi0: port@0 {
reg = <0>; reg = <0>;
ipu_csi0_from_parallel_sensor: endpoint {
};
}; };
ipu_csi1: port@1 { ipu_csi1: port@1 {
reg = <1>; reg = <1>;
ipu_csi1_from_parallel_sensor: endpoint {
};
}; };
ipu_di0: port@2 { ipu_di0: port@2 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment