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>
This commit is contained in:
parent
328f40fddb
commit
c1627d2819
4 changed files with 7 additions and 3 deletions
|
|
@ -198,7 +198,7 @@
|
|||
|
||||
port {
|
||||
csi_ep_in: endpoint {
|
||||
remote-endpoint = <&ov7725_ep_out>;
|
||||
remote-endpoint-label = "ov7725_ep_out";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
port {
|
||||
dfi_ep_in: endpoint {
|
||||
remote-endpoint = <&mt9m114_ep_out>;
|
||||
remote-endpoint-label = "mt9m114_ep_out";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -892,7 +892,7 @@
|
|||
|
||||
port {
|
||||
csi_ep_in: endpoint {
|
||||
remote-endpoint = <&mipi_csi2rx_ep_out>;
|
||||
remote-endpoint-label = "mipi_csi2rx_ep_out";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -19,3 +19,7 @@ properties:
|
|||
type: phandle
|
||||
description: the connected source device,
|
||||
e.g., a mipi csi or a camera sensor
|
||||
|
||||
child-binding:
|
||||
child-binding:
|
||||
include: video-interfaces.yaml
|
||||
|
|
|
|||
Loading…
Reference in a new issue