Skip to content

Commit f448da4

Browse files
author
Alain Volmat
committed
shields: weact_ov2640_cam_module: 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 184899a commit f448da4

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

boards/shields/weact_ov2640_cam_module/weact_ov2640_cam_module.overlay

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,22 @@
2121

2222
port {
2323
ov2640_ep_out: endpoint {
24-
remote-endpoint = <&zephyr_camera_dvp_in>;
24+
remote-endpoint-label = "zephyr_camera_dvp_in";
2525
};
2626
};
2727
};
2828
};
2929

3030
&zephyr_camera_dvp {
3131
status = "okay";
32-
sensor = <&ov2640>;
33-
bus-width = <8>;
34-
hsync-active = <0>;
35-
vsync-active = <0>;
36-
pixelclk-active = <1>;
37-
capture-rate = <1>;
3832

3933
port {
4034
zephyr_camera_dvp_in: endpoint {
41-
remote-endpoint = <&ov2640_ep_out>;
35+
remote-endpoint-label = "ov2640_ep_out";
36+
bus-width = <8>;
37+
hsync-active = <0>;
38+
vsync-active = <0>;
39+
pclk-sample = <1>;
4240
};
4341
};
4442
};

0 commit comments

Comments
 (0)