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

@ -14,7 +14,8 @@ properties:
interrupts:
required: true
sensor:
source:
required: true
type: phandle
description: phandle of connected sensor device
description: the connected source device,
e.g., a mipi csi or a camera sensor