Skip to content

Commit 8c7e1c2

Browse files
committed
dts-bindings: video: csi: Use video interfaces bindings
Switch to use the new video interfaces bindings Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
1 parent 673d0c7 commit 8c7e1c2

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

boards/madmachine/mm_swiftio/mm_swiftio.dts

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

199199
port {
200200
csi_ep_in: endpoint {
201-
remote-endpoint = <&ov7725_ep_out>;
201+
remote-endpoint-label = "ov7725_ep_out";
202202
};
203203
};
204204
};

boards/shields/nxp_btb44_ov5640/nxp_btb44_ov5640.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
reg = <1>;
3838

3939
mipi_csi2rx_ep_in: endpoint {
40-
remote-endpoint = <&ov5640_ep_out>;
40+
remote-endpoint-label = "ov5640_ep_out";
4141
};
4242
};
4343
};

dts/arm/nxp/nxp_rt11xx.dtsi

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

893893
port {
894894
csi_ep_in: endpoint {
895-
remote-endpoint = <&mipi_csi2rx_ep_out>;
895+
remote-endpoint-label = "mipi_csi2rx_ep_out";
896896
};
897897
};
898898
};

dts/bindings/video/nxp,imx-csi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ properties:
1919
type: phandle
2020
description: the connected source device,
2121
e.g., a mipi csi or a camera sensor
22+
23+
child-binding:
24+
child-binding:
25+
include: video-interfaces.yaml

0 commit comments

Comments
 (0)