Skip to content

Commit fbf2013

Browse files
author
Alain Volmat
committed
shields: st_b_cams_omv_mb1683: use endpoint based properties
Update overlay following usage of video-interfaces based endpoint properties by the dcmi driver. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
1 parent 11a75ba commit fbf2013

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

boards/shields/st_b_cams_omv_mb1683/st_b_cams_omv_mb1683.overlay

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,14 @@
3333

3434
&st_cam_dvp {
3535
status = "okay";
36-
sensor = <&ov5640>;
37-
38-
bus-width = <8>;
39-
hsync-active = <0>;
40-
vsync-active = <0>;
41-
pixelclk-active = <1>;
42-
capture-rate = <1>;
4336

4437
port {
4538
dcmi_ep_in: endpoint {
4639
remote-endpoint-label = "ov5640_ep_out";
40+
bus-width = <8>;
41+
hsync-active = <0>;
42+
vsync-active = <0>;
43+
pclk-sample = <1>;
4744
};
4845
};
4946
};

0 commit comments

Comments
 (0)