Commit 288b9e6f authored by Philipp Zabel's avatar Philipp Zabel Committed by Shawn Guo

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: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f5d35d87
...@@ -104,6 +104,11 @@ usbphy0: usbphy0 { ...@@ -104,6 +104,11 @@ usbphy0: usbphy0 {
#phy-cells = <0>; #phy-cells = <0>;
}; };
capture-subsystem {
compatible = "fsl,imx-capture-subsystem";
ports = <&ipu_csi0>, <&ipu_csi1>;
};
display-subsystem { display-subsystem {
compatible = "fsl,imx-display-subsystem"; compatible = "fsl,imx-display-subsystem";
ports = <&ipu_di0>, <&ipu_di1>; ports = <&ipu_di0>, <&ipu_di1>;
...@@ -143,6 +148,14 @@ ipu: ipu@40000000 { ...@@ -143,6 +148,14 @@ ipu: ipu@40000000 {
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 {
reg = <2>; reg = <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