Skip to content

Commit c1627d2

Browse files
ngphibanghenrikbrixandersen
authored andcommitted
dts-bindings: video: csi: Use video interfaces bindings
Switch to use the new video interfaces bindings Signed-off-by: Phi Bang Nguyen <[email protected]>
1 parent 328f40f commit c1627d2

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/dvp_fpc24_mt9m114/dvp_fpc24_mt9m114.overlay

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

2929
port {
3030
dfi_ep_in: endpoint {
31-
remote-endpoint = <&mt9m114_ep_out>;
31+
remote-endpoint-label = "mt9m114_ep_out";
3232
};
3333
};
3434
};

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)