提交 bc81beb8 编写于 作者: J Josh Wu 提交者: Nicolas Ferre

ARM: at91/dt: ov2640: add hsync/vsync-active property

On at91sam9x5ek/at91sam9m10g45ek/sama5d3xek boards, we use the parallel
connection for ov2640. So we must set the hsync/vsync property (1 means
active high).
Otherwise, the connection would be seen as BT.656 or BT.1120.
Signed-off-by: NJosh Wu <josh.wu@atmel.com>
Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
上级 4a43c3b8
...@@ -198,6 +198,8 @@ ...@@ -198,6 +198,8 @@
isi_0: endpoint { isi_0: endpoint {
remote-endpoint = <&ov2640_0>; remote-endpoint = <&ov2640_0>;
bus-width = <8>; bus-width = <8>;
vsync-active = <1>;
hsync-active = <1>;
}; };
}; };
}; };
......
...@@ -66,6 +66,8 @@ ...@@ -66,6 +66,8 @@
isi_0: endpoint@0 { isi_0: endpoint@0 {
remote-endpoint = <&ov2640_0>; remote-endpoint = <&ov2640_0>;
bus-width = <8>; bus-width = <8>;
vsync-active = <1>;
hsync-active = <1>;
}; };
}; };
}; };
......
...@@ -87,6 +87,8 @@ ...@@ -87,6 +87,8 @@
isi_0: endpoint { isi_0: endpoint {
remote-endpoint = <&ov2640_0>; remote-endpoint = <&ov2640_0>;
bus-width = <8>; bus-width = <8>;
vsync-active = <1>;
hsync-active = <1>;
}; };
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册