Home
last modified time | relevance | path

Searched +full:vin5 +full:- +full:supply (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/Documentation/devicetree/bindings/regulator/
Ddlg,slg51000.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Eric Jeong <eric.jeong.opensource@diasemi.com>
11 - Support Opensource <support.opensource@diasemi.com>
23 dlg,cs-gpios:
28 vin3-supply:
30 Input supply for ldo3, required if regulator is enabled
32 vin4-supply:
34 Input supply for ldo4, required if regulator is enabled
[all …]
/Linux-v6.6/arch/arm64/boot/dts/qcom/
Dsm8250-sony-xperia-edo-pdx203.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include "sm8250-sony-xperia-edo.dtsi"
12 compatible = "sony,pdx203-generic", "qcom,sm8250";
13 chassis-type = "handset";
16 /delete-node/ &vreg_l7f_1p8;
19 clock-frequency = <400000>;
25 dlg,cs-gpios = <&tlmm 69 GPIO_ACTIVE_HIGH>;
26 vin5-supply = <&vreg_s1f_1p2>;
27 vin6-supply = <&vreg_s1f_1p2>;
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/mfd/
Dx-powers,axp152.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mfd/x-powers,axp152.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: X-Powers AXP PMIC
10 - Chen-Yu Tsai <wens@csie.org>
13 - if:
18 - x-powers,axp152
19 - x-powers,axp202
20 - x-powers,axp209
[all …]
/Linux-v6.6/drivers/regulator/
Daxp20x-regulator.c354 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
376 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
448 switch (axp20x->variant) { in axp20x_set_ramp_delay()
478 return -ENOTSUPP; in axp20x_set_ramp_delay()
497 dev_err(axp20x->dev, "unsupported ramp value %d", ramp); in axp20x_set_ramp_delay()
498 return -EINVAL; in axp20x_set_ramp_delay()
504 return regmap_update_bits(axp20x->regmap, reg, mask, cfg); in axp20x_set_ramp_delay()
512 switch (axp20x->variant) { in axp20x_regulator_enable_regmap()
515 rdev->constraints && rdev->constraints->soft_start) { in axp20x_regulator_enable_regmap()
646 AXP_DESC(AXP22X, DCDC5, "dcdc5", "vin5", 1000, 2550, 50,
[all …]
/Linux-v6.6/arch/arm64/boot/dts/renesas/
Dbeacon-renesom-baseboard.dtsi1 // SPDX-License-Identifier: GPL-2.0
6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/input/input.h>
8 #include <dt-bindings/clock/versaclock.h>
11 backlight_lvds: backlight-lvds {
12 compatible = "pwm-backlight";
13 power-supply = <&reg_lcd>;
14 enable-gpios = <&gpio_exp1 3 GPIO_ACTIVE_HIGH>;
16 brightness-levels = <0 4 8 16 32 64 128 255>;
17 default-brightness-level = <6>;
[all …]
Debisu.dtsi1 // SPDX-License-Identifier: GPL-2.0
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
33 stdout-path = "serial0:115200n8";
36 audio_clkout: audio-clkout {
39 * but needed to avoid cs2000/rcar_sound probe dead-lock
41 compatible = "fixed-clock";
42 #clock-cells = <0>;
43 clock-frequency = <11289600>;
47 compatible = "pwm-backlight";
[all …]
Dsalvator-common.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for common parts of Salvator-X board variants
5 * Copyright (C) 2015-2016 Renesas Electronics Corp.
9 * SSI-AK4613
31 #include <dt-bindings/gpio/gpio.h>
32 #include <dt-bindings/input/input.h>
54 stdout-path = "serial0:115200n8";
57 audio_clkout: audio-clkout {
60 * but needed to avoid cs2000/rcar_sound probe dead-lock
62 compatible = "fixed-clock";
[all …]