Skip to content

Commit 8b6f262

Browse files
committed
boards: shields: dvp_fpc24_mt9m114: Use the new endpoint bindings
As CSI now uses the new video-interfaces binding, this shield needs to be changed too. Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
1 parent 785df66 commit 8b6f262

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

boards/shields/dvp_fpc24_mt9m114/dvp_fpc24_mt9m114.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
port {
1919
mt9m114_ep_out: endpoint {
20-
remote-endpoint = <&dfi_ep_in>;
20+
remote-endpoint-label = "dfi_ep_in";
2121
};
2222
};
2323
};
@@ -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/bindings/video/aptina,mt9m114.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ description: MT9M114 CMOS video sensor
66
compatible: "aptina,mt9m114"
77

88
include: i2c-device.yaml
9+
10+
child-binding:
11+
child-binding:
12+
include: video-interfaces.yaml

0 commit comments

Comments
 (0)