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>
This commit is contained in:
Alain Volmat 2025-05-07 20:52:10 +02:00 committed by Anas Nashif
commit bee30203a4

View file

@ -33,17 +33,14 @@
&st_cam_dvp {
status = "okay";
sensor = <&ov5640>;
bus-width = <8>;
hsync-active = <0>;
vsync-active = <0>;
pixelclk-active = <1>;
capture-rate = <1>;
port {
dcmi_ep_in: endpoint {
remote-endpoint-label = "ov5640_ep_out";
bus-width = <8>;
hsync-active = <0>;
vsync-active = <0>;
pclk-sample = <1>;
};
};
};