drivers: video: csi: Rename sensor to source

The CSI can connect to either a camera sensor (as on i.MX RT10xx) or
a MIPI CSI-2 receiver (as on i.MX RT11xx). To be generic, change the
naming from sensor to source.

Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
This commit is contained in:
Phi Bang Nguyen 2024-01-30 15:37:51 +01:00 committed by Anas Nashif
commit ba1565b46d
4 changed files with 24 additions and 23 deletions

View file

@ -192,7 +192,7 @@
&csi {
status = "okay";
sensor = <&ov7725>;
source = <&ov7725>;
pinctrl-0 = <&pinmux_csi>;
pinctrl-names = "default";