Skip to content

Commit 2b8d454

Browse files
committed
dts-bindings: video: ov5640: Use video interfaces binding
Switch to use the new video interfaces binding Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
1 parent af8d55c commit 2b8d454

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

boards/shields/nxp_btb44_ov5640/nxp_btb44_ov5640.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
port {
2323
ov5640_ep_out: endpoint {
24-
remote-endpoint = <&mipi_csi2rx_ep_in>;
24+
remote-endpoint-label = "mipi_csi2rx_ep_in";
2525
};
2626
};
2727
};

dts/bindings/video/ovti,ov5640.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ properties:
1818
description: |
1919
The PWDN pin is asserted to disable the sensor. The sensor
2020
receives this as an active-high signal.
21+
22+
child-binding:
23+
child-binding:
24+
include: video-interfaces.yaml

0 commit comments

Comments
 (0)