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

@ -272,7 +272,7 @@ zephyr_udc0: &usb1 {
&csi {
status = "okay";
sensor = <&mt9m114>;
source = <&mt9m114>;
pinctrl-0 = <&pinmux_csi>;
pinctrl-names = "default";