Navigation Menu

Skip to content

Commit

Permalink
ARM: at91: dt: add vsync/hsync for all supported ov sensors
Browse files Browse the repository at this point in the history
Since we connect the board in parallel bus, so we need to specify the
vsync/hsync polarity, otherwise, driver will think it's embedded sync
singal (BT 656 or BT 1120).

Signed-off-by: Josh Wu <josh.wu@atmel.com>
  • Loading branch information
JoshWu authored and ldesroches committed Aug 20, 2015
1 parent 768e701 commit 5b2a307
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/at91sam9m10g45ek.dts
Expand Up @@ -339,16 +339,22 @@
isi_1: endpoint@1 {
remote-endpoint = <&ov5640_0>;
bus-width = <8>;
vsync-active = <1>;
hsync-active = <1>;
};

isi_2: endpoint@2 {
remote-endpoint = <&ov7740_0>;
bus-width = <8>;
vsync-active = <1>;
hsync-active = <1>;
};

isi_3: endpoint@3 {
remote-endpoint = <&ov9740_0>;
bus-width = <8>;
vsync-active = <1>;
hsync-active = <1>;
};
};
};
Expand Down
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/at91sam9x5ek.dtsi
Expand Up @@ -231,16 +231,22 @@
isi_1: endpoint@1 {
remote-endpoint = <&ov5640_0>;
bus-width = <8>;
vsync-active = <1>;
hsync-active = <1>;
};

isi_2: endpoint@2 {
remote-endpoint = <&ov7740_0>;
bus-width = <8>;
vsync-active = <1>;
hsync-active = <1>;
};

isi_3: endpoint@3 {
remote-endpoint = <&ov9740_0>;
bus-width = <8>;
vsync-active = <1>;
hsync-active = <1>;
};
};
};
Expand Down
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/sama5d3xmb_isi_sensors.dtsi
Expand Up @@ -108,16 +108,22 @@
isi_1: endpoint@1 {
remote-endpoint = <&ov5640_0>;
bus-width = <8>;
vsync-active = <1>;
hsync-active = <1>;
};

isi_2: endpoint@2 {
remote-endpoint = <&ov7740_0>;
bus-width = <8>;
vsync-active = <1>;
hsync-active = <1>;
};

isi_3: endpoint@3 {
remote-endpoint = <&ov9740_0>;
bus-width = <8>;
vsync-active = <1>;
hsync-active = <1>;
};
};
};
Expand Down

0 comments on commit 5b2a307

Please sign in to comment.