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:
parent
aad76a9416
commit
ba1565b46d
4 changed files with 24 additions and 23 deletions
|
@ -272,7 +272,7 @@ zephyr_udc0: &usb1 {
|
|||
|
||||
&csi {
|
||||
status = "okay";
|
||||
sensor = <&mt9m114>;
|
||||
source = <&mt9m114>;
|
||||
pinctrl-0 = <&pinmux_csi>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue