Commit 6904d4a9 authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab

media: dt-bindings: mipi,ccs: Add vcore and vio supplies

Vcore and vio supplies are also part of the spec and used by many sensors.
Do not specify the voltages as they are generally sensor dependent.
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 87e4b53f
...@@ -40,6 +40,14 @@ properties: ...@@ -40,6 +40,14 @@ properties:
description: Analogue voltage supply (VANA), sensor dependent. description: Analogue voltage supply (VANA), sensor dependent.
maxItems: 1 maxItems: 1
vcore-supply:
description: Core voltage supply (VCore), sensor dependent.
maxItems: 1
vio-supply:
description: I/O voltage supply (VIO), sensor dependent.
maxItems: 1
clocks: clocks:
description: External clock to the sensor. description: External clock to the sensor.
maxItems: 1 maxItems: 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment