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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue