Home
last modified time | relevance | path

Searched +full:svddio +full:- +full:supply (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/media/i2c/
H A Dsamsung,s5k6a3.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
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 data
26 clock-names:
28 - const: extclk
30 clock-frequency:
38 afvdd-supply:
39 description: AF (actuator) voltage supply
[all …]
/linux/Documentation/devicetree/bindings/media/
H A Dsamsung,exynos4212-fimc-is.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
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-A5
22 - samsung,exynos4212-fimc-is
[all …]
H A Dsamsung,fimc.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
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-devices
17 CSIS, FIMC-LITE and FIMC-IS (ISP).
25 '#address-cells':
28 '#size-cells':
31 '#clock-cells':
[all …]
/linux/drivers/media/i2c/
H A Ds5k6a3.c1 // SPDX-License-Identifier: GPL-2.0-only
22 #include <media/v4l2-async.h>
23 #include <media/v4l2-subdev.h>
45 * struct s5k6a3 - fimc-is sensor data structure
72 [S5K6A3_SUPP_VDDIO] = "svddio",
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 …]
/linux/arch/arm/boot/dts/samsung/
H A Dexynos4412-midas.dtsi1 // SPDX-License-Identifier: GPL-2.0
12 /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 …]