Searched +full:vin6 +full:- +full:supply (Results 1 – 8 of 8) sorted by relevance
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | dlg,slg51000.yaml | 1 # 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/arch/arm64/boot/dts/qcom/ |
H A D | sm8250-sony-xperia-edo-pdx203.dts | 1 // 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/arch/arm/boot/dts/ti/omap/ |
H A D | dra72-evm-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2014-2016 Texas Instruments Incorporated - https://www.ti.com/ 5 /dts-v1/; 8 #include "dra7-ipu-dsp-common.dtsi" 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/clock/ti-dra7-atl.h> 13 compatible = "ti,dra72-evm", "ti,dra722", "ti,dra72", "ti,dra7"; 20 stdout-path = &uart1; 23 evm_12v0: fixedregulator-evm12v0 { 24 /* main supply */ [all …]
|
H A D | dra76-evm.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ 5 /dts-v1/; 8 #include "dra7-evm-common.dtsi" 9 #include "dra76x-mmc-iodelay.dtsi" 10 #include <dt-bindings/net/ti-dp83867.h> 14 compatible = "ti,dra76-evm", "ti,dra762", "ti,dra7"; 28 reserved-memory { 29 #address-cells = <2>; 30 #size-cells = <2>; [all …]
|
H A D | dra7-evm.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 5 /dts-v1/; 8 #include "dra7-evm-common.dtsi" 9 #include "dra74x-mmc-iodelay.dtsi" 13 compatible = "ti,dra7-evm", "ti,dra742", "ti,dra74", "ti,dra7"; 20 evm_12v0: fixedregulator-evm_12v0 { 21 /* main supply */ 22 compatible = "regulator-fixed"; 23 regulator-name = "evm_12v0"; [all …]
|
/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-h64-remix-mini-pc.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 4 /dts-v1/; 6 #include "sun50i-a64.dtsi" 7 #include "sun50i-a64-cpu-opp.dtsi" 9 #include <dt-bindings/gpio/gpio.h> 13 compatible = "jide,remix-mini-pc", "allwinner,sun50i-h64", 14 "allwinner,sun50i-a64"; 22 stdout-path = "serial0:115200n8"; 25 hdmi-connector { 26 compatible = "hdmi-connector"; [all …]
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | x-powers,axp152.yaml | 1 # 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/drivers/regulator/ |
H A D | axp20x-regulator.c | 361 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 383 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 467 switch (axp20x->variant) { in axp20x_set_ramp_delay() 497 return -ENOTSUPP; in axp20x_set_ramp_delay() 516 dev_err(axp20x->dev, "unsupported ramp value %d", ramp); in axp20x_set_ramp_delay() 517 return -EINVAL; in axp20x_set_ramp_delay() 523 return regmap_update_bits(axp20x->regmap, reg, mask, cfg); in axp20x_set_ramp_delay() 531 switch (axp20x->variant) { in axp20x_regulator_enable_regmap() 534 rdev->constraints && rdev->constraints->soft_start) { in axp20x_regulator_enable_regmap() 771 AXP_DESC_FIXED(AXP313A, RTC_LDO, "rtc-ldo", "vin1", 1800), [all …]
|