diff options
author | Josh Wu <josh.wu@atmel.com> | 2015-09-18 19:28:22 +0800 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-09-21 16:20:25 +0200 |
commit | bc81beb80538cb4fc964baf1d7f43a2f9b58def0 (patch) | |
tree | b92cc0d6cc8c5ffa386035d452ef1c0e218e2a70 /arch/arm/boot/dts/at91sam9x5ek.dtsi | |
parent | 4a43c3b8d8c085d643786c7b69a75f72770fe04b (diff) | |
download | talos-obmc-linux-bc81beb80538cb4fc964baf1d7f43a2f9b58def0.tar.gz talos-obmc-linux-bc81beb80538cb4fc964baf1d7f43a2f9b58def0.zip |
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: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9x5ek.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9x5ek.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5ek.dtsi b/arch/arm/boot/dts/at91sam9x5ek.dtsi index 36de329340d1..52425a4ca97e 100644 --- a/arch/arm/boot/dts/at91sam9x5ek.dtsi +++ b/arch/arm/boot/dts/at91sam9x5ek.dtsi @@ -66,6 +66,8 @@ isi_0: endpoint@0 { remote-endpoint = <&ov2640_0>; bus-width = <8>; + vsync-active = <1>; + hsync-active = <1>; }; }; }; |