diff options
author | Sowjanya Komatineni <skomatineni@nvidia.com> | 2020-07-17 12:15:21 -0700 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-07-17 15:44:56 -0600 |
commit | 74ea3273d24bdca351638be49e0b804c9c4f907a (patch) | |
tree | 8600050fa39ee17729cdb9b7280e8822055fec0b /Documentation/devicetree/bindings/media | |
parent | a451c3be0fa1a4829a7597e5611126c041a4b778 (diff) |
dt-bindings: media: imx274: Add optional input clock and supplies
This patch adds IMX274 optional external clock input and voltage
supplies to device tree bindings.
Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/media')
-rw-r--r-- | Documentation/devicetree/bindings/media/i2c/imx274.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/i2c/imx274.txt b/Documentation/devicetree/bindings/media/i2c/imx274.txt index 80f2e89568e1..0727079d2410 100644 --- a/Documentation/devicetree/bindings/media/i2c/imx274.txt +++ b/Documentation/devicetree/bindings/media/i2c/imx274.txt @@ -13,6 +13,11 @@ Required Properties: Optional Properties: - reset-gpios: Sensor reset GPIO +- clocks: Reference to the input clock. +- clock-names: Should be "inck". +- VANA-supply: Sensor 2.8v analog supply. +- VDIG-supply: Sensor 1.8v digital core supply. +- VDDL-supply: Sensor digital IO 1.2v supply. The imx274 device node should contain one 'port' child node with an 'endpoint' subnode. For further reading on port node refer to |