Searched +full:ovdd +full:- +full:supply (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Michael Riesch <michael.riesch@wolfvision.net>12 description: |-14 solid-state image sensor with a square pixel array and 8.46 M effective16 1.8 V triple power supply, and has low power consumption.18 available via CSI-2 serial data output (two or four lanes).21 - $ref: /schemas/media/video-interface-devices.yaml#34 avdd-supply:[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Sony IMX296 1/2.8-Inch CMOS Image Sensor10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>11 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>13 description: |-14 The Sony IMX296 is a 1/2.9-Inch active pixel type CMOS Solid-state image16 features a global shutter with variable charge-integration time. It is17 programmable through I2C and 4-wire interfaces. The sensor output is[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---6 $schema: http://devicetree.org/meta-schemas/core.yaml#11 - Paul J. Murphy <paul.j.murphy@intel.com>12 - Daniele Alessandrelli <daniele.alessandrelli@intel.com>18 sent through MIPI CSI-2.31 avdd-supply:32 description: Analog power supply (2.9V)34 ovdd-supply:35 description: Interface power supply (1.8V)[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Allen Chen <allen.chen@ite.com.tw>13 - $ref: /schemas/sound/dai-common.yaml#16 The IT6505 is a high-performance DisplayPort 1.1a transmitter,19 and ensures robust transmission of high-quality uncompressed video30 transmission of high-definition content. Users of the IT6505 need not40 ovdd-supply:43 pwr18-supply:[all …]
1 // SPDX-License-Identifier: GPL-2.0-only16 #include <media/v4l2-cci.h>17 #include <media/v4l2-ctrls.h>18 #include <media/v4l2-fwnode.h>19 #include <media/v4l2-subdev.h>132 * struct imx335_reg_list - imx335 sensor register list142 "avdd", /* Analog (2.9V) supply */143 "ovdd", /* Digital I/O (1.8V) supply */144 "dvdd", /* Digital Core (1.2V) supply */148 * struct imx335_mode - imx335 sensor mode structure[all …]