Searched +full:svdda +full:- +full:supply (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>13 S5K6A3(YX) is a raw image sensor with MIPI CSI-2 and CCP2 image data26 clock-names:28 - const: extclk30 clock-frequency:38 afvdd-supply:39 description: AF (actuator) voltage supply[all …]
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/media/samsung,exynos4212-fimc-is.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Samsung Exynos4212/4412 SoC Imaging Subsystem (FIMC-IS)10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>11 - Sylwester Nawrocki <s.nawrocki@samsung.com>14 The FIMC-IS is a subsystem for processing image signal from an image sensor.15 The Exynos4x12 SoC series FIMC-IS V1.5 comprises of a dedicated ARM Cortex-A522 - samsung,exynos4212-fimc-is[all …]
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>11 - Sylwester Nawrocki <s.nawrocki@samsung.com>14 The S5P/Exynos SoC Camera subsystem comprises of multiple sub-devices17 CSIS, FIMC-LITE and FIMC-IS (ISP).25 '#address-cells':28 '#size-cells':31 '#clock-cells':[all …]
1 // SPDX-License-Identifier: GPL-2.0-only22 #include <media/v4l2-async.h>23 #include <media/v4l2-subdev.h>45 * struct s5k6a3 - fimc-is sensor data structure71 [S5K6A3_SUPP_VDDA] = "svdda",95 if (mf->code == s5k6a3_formats[i].code) in find_sensor_format()105 if (code->index >= ARRAY_SIZE(s5k6a3_formats)) in s5k6a3_enum_mbus_code()106 return -EINVAL; in s5k6a3_enum_mbus_code()108 code->code = s5k6a3_formats[code->index].code; in s5k6a3_enum_mbus_code()117 mf->code = fmt->code; in s5k6a3_try_format()[all …]
1 // SPDX-License-Identifier: GPL-2.012 /dts-v1/;14 #include "exynos4412-ppmu-common.dtsi"16 #include <dt-bindings/gpio/gpio.h>17 #include <dt-bindings/input/input.h>18 #include <dt-bindings/interrupt-controller/irq.h>19 #include <dt-bindings/clock/maxim,max77686.h>20 #include "exynos-pinctrl.h"34 stdout-path = &serial_2;38 compatible = "samsung,secure-firmware";[all …]