Searched +full:regulator +full:- +full:compatible (Results 1 – 25 of 418) sorted by relevance
12345678910>>...17
| /Documentation/devicetree/bindings/regulator/ |
| D | mt6397-regulator.txt | 1 Mediatek MT6397 Regulator 4 - compatible: "mediatek,mt6397-regulator" 5 - mt6397regulator: List of regulators provided by this controller. It is named 6 according to its regulator type, buck_<name> and ldo_<name>. 8 for regulators at Documentation/devicetree/bindings/regulator/regulator.txt. 21 compatible = "mediatek,mt6397"; 24 compatible = "mediatek,mt6397-regulator"; 27 regulator-compatible = "buck_vpca15"; 28 regulator-name = "vpca15"; 29 regulator-min-microvolt = < 850000>; [all …]
|
| D | mt6358-regulator.txt | 1 MediaTek MT6358 Regulator 4 subnodes of the MT6358 regulators node. Each regulator is named according 5 to its regulator type, buck_<name> and ldo_<name>. The definition for each 7 Documentation/devicetree/bindings/regulator/regulator.txt. 24 compatible = "mediatek,mt6358"; 27 compatible = "mediatek,mt6358-regulator"; 30 regulator-compatible = "buck_vdram1"; 31 regulator-name = "vdram1"; 32 regulator-min-microvolt = <500000>; 33 regulator-max-microvolt = <2087500>; [all …]
|
| D | max8660.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/regulator/max8660.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Maxim MAX8660 voltage regulator 10 - Daniel Mack <zonque@gmail.com> 14 pattern: "pmic@[0-9a-f]{1,2}" 15 compatible: 17 - maxim,max8660 18 - maxim,max8661 [all …]
|
| D | max77650-regulator.txt | 1 Regulator driver for MAX77650 PMIC from Maxim Integrated. 6 The regulator controller is represented as a sub-node of the PMIC node 9 The device has a single LDO regulator and a SIMO buck-boost regulator with 13 -------------------- 14 - compatible: Must be "maxim,max77650-regulator" 17 node. Up to four regulators can be defined. For standard regulator properties 18 refer to Documentation/devicetree/bindings/regulator/regulator.txt. 20 Available regulator compatible strings are: "ldo", "sbb0", "sbb1", "sbb2". 23 -------- 26 compatible = "maxim,max77650-regulator"; [all …]
|
| D | da9211.txt | 2 Voltage Regulator 5 - compatible: "dlg,da9211" or "dlg,da9212" or "dlg,da9213" or "dlg,da9223" 7 - reg: I2C slave address, usually 0x68. 8 - interrupts: the interrupt outputs of the controller 9 - regulators: A node that houses a sub-node for each regulator within the 10 device. Each sub-node is identified using the node's name, with valid 11 values listed below. The content of each sub-node is defined by the 12 standard binding for regulators; see regulator.txt. 16 - enable-gpios: platform gpio for control of BUCKA/BUCKB. 17 - Any optional property defined in regulator.txt [all …]
|
| D | lm363x-regulator.txt | 1 TI LMU LM363x regulator device tree bindings 3 LM363x regulator driver supports LM3631 and LM3632. 7 - compatible: "ti,lm363x-regulator" 11 - enable-gpios: Two GPIO specifiers for Vpos and Vneg control pins. 16 - vboost 17 - vcont 18 - voref 19 - vpos 20 - vneg 23 - vboost [all …]
|
| D | fixed-regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/regulator/fixed-regulator.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Liam Girdwood <lgirdwood@gmail.com> 11 - Mark Brown <broonie@kernel.org> 14 Any property defined as part of the core regulator binding, defined in 15 regulator.yaml, can also be used. However a fixed voltage regulator is 16 expected to have the regulator-min-microvolt and regulator-max-microvolt 20 - $ref: "regulator.yaml#" [all …]
|
| D | cirrus,lochnagar.txt | 5 Logic devices on mini-cards, as well as allowing connection of 11 This binding document describes the binding for the regulator portion 15 [1] Regulator: ../regulator/regulator.txt 20 Optional sub-nodes: 22 - VDDCORE : Initialisation data for the VDDCORE regulator, which 23 supplies the CODECs digital core if it has no build regulator for that 26 - compatible : One of the following strings: 27 "cirrus,lochnagar2-vddcore" 28 - SYSVDD-supply: Primary power supply for the Lochnagar. 30 - MICVDD : Initialisation data for the MICVDD regulator, which [all …]
|
| D | cpcap-regulator.txt | 2 ------------------------------------ 5 - "compatible" value one of: 6 "motorola,cpcap-regulator" 7 "motorola,mapphone-cpcap-regulator" 8 "motorola,xoom-cpcap-regulator" 10 Required regulator properties: 11 - "regulator-name" 12 - "regulator-enable-ramp-delay" 13 - "regulator-min-microvolt" 14 - "regulator-max-microvolt" [all …]
|
| D | 88pm860x.txt | 1 Marvell 88PM860x regulator 4 - compatible: "marvell,88pm860x" 5 - reg: I2C slave address 6 - regulators: A node that houses a sub-node for each regulator within the 7 device. Each sub-node is identified using the regulator-compatible 13 compatible = "marvell,88pm860x"; 18 regulator-min-microvolt = <1000000>; 19 regulator-max-microvolt = <1500000>; 20 regulator-boot-on; 21 regulator-always-on; [all …]
|
| D | tps65023.txt | 4 - compatible: Must be one of the following. 8 - reg: I2C slave address 9 - regulators: list of regulators provided by this controller, must be named 10 after their hardware counterparts: VDCDC[1-3] and LDO[1-2] 11 - regulators: This is the list of child nodes that specify the regulator 14 Documentation/devicetree/bindings/regulator/regulator.txt. 16 Each regulator is defined using the standard binding for regulators. 21 compatible = "ti,tps65023"; 26 regulator-name = "vdd_mpu"; 27 regulator-always-on; [all …]
|
| D | 88pm800.txt | 1 Marvell 88PM800 regulator 4 - compatible: "marvell,88pm800" 5 - reg: I2C slave address 6 - regulators: A node that houses a sub-node for each regulator within the 7 device. Each sub-node is identified using the node's name (or the deprecated 8 regulator-compatible property if present), with valid values listed below. 9 The content of each sub-node is defined by the standard binding for 10 regulators; see regulator.txt. 20 compatible = "marvell,88pm800"; 25 regulator-min-microvolt = <600000>; [all …]
|
| D | tps65218.txt | 4 - compatible: "ti,tps65218" 5 - reg: I2C slave address 7 - List of regulators provided by this controller, must be named 8 after their hardware counterparts: dcdc[1-6] and ldo1 9 - This is the list of child nodes that specify the regulator 12 using the standard binding for regulators found at ./regulator.txt. 15 tps65217: regulator-dcdc1, regulator-dcdc2, regulator-dcdc3, regulator-dcdc4, 16 regulator-dcdc5, regulator-dcdc6, regulator-ldo1, regulator-ls3. 17 Each regulator is defined using the standard binding for regulators. 22 compatible = "ti,tps65218"; [all …]
|
| D | pv88090.txt | 1 * Powerventure Semiconductor PV88090 Voltage Regulator 4 - compatible: "pvs,pv88090". 5 - reg: I2C slave address, usually 0x48. 6 - interrupts: the interrupt outputs of the controller 7 - regulators: A node that houses a sub-node for each regulator within the 8 device. Each sub-node is identified using the node's name, with valid 9 values listed below. The content of each sub-node is defined by the 10 standard binding for regulators; see regulator.txt. 14 - Any optional property defined in regulator.txt 19 compatible = "pvs,pv88090"; [all …]
|
| D | vexpress.txt | 2 ------------------------------------ 5 - "compatible" value: "arm,vexpress-volt" 6 - "arm,vexpress-sysreg,func" when controlled via vexpress-sysreg 7 (see Documentation/devicetree/bindings/arm/vexpress-sysreg.txt 10 Required regulator properties: 11 - "regulator-name" 12 - "regulator-always-on" 14 Optional regulator properties: 15 - "regulator-min-microvolt" 16 - "regulator-max-microvolt" [all …]
|
| /Documentation/devicetree/bindings/mfd/ |
| D | tps6507x.txt | 4 - compatible: "ti,tps6507x" 5 - reg: I2C slave address 6 - regulators: This is the list of child nodes that specify the regulator 10 Documentation/devicetree/bindings/regulator/regulator.txt. 11 The regulator is matched with the regulator-compatible. 13 The valid regulator-compatible values are: 15 - xxx-supply: Input voltage supply regulator. 17 Missing of these properties can cause the regulator registration 19 If some of input supply is powered through battery or always-on 23 vindcdc1_2-supply: VDCDC1 and VDCDC2 input. [all …]
|
| D | tps65910.txt | 4 - compatible: "ti,tps65910" or "ti,tps65911" 5 - reg: I2C slave address 6 - interrupts: the interrupt outputs of the controller 7 - #gpio-cells: number of cells to describe a GPIO, this should be 2. 10 - gpio-controller: mark the device as a GPIO controller 11 - #interrupt-cells: the number of cells to describe an IRQ, this should be 2. 14 Documentation/devicetree/bindings/interrupt-controller/interrupts.txt 15 - regulators: This is the list of child nodes that specify the regulator 19 Documentation/devicetree/bindings/regulator/regulator.txt. 20 The regulator is matched with the regulator-compatible. [all …]
|
| D | mt6397.txt | 4 - Regulator 5 - RTC 6 - Audio codec 7 - GPIO 8 - Clock 9 - LED 10 - Keys 11 - Power controller 21 compatible: "mediatek,mt6397" or "mediatek,mt6323" 25 - rtc [all …]
|
| D | ti-lmu.txt | 6 ------ --------------------------------- 7 LM3631 Backlight and regulator 8 LM3632 Backlight and regulator 11 LM36274 Backlight and regulator 14 - compatible: Should be one of: 20 - reg: I2C slave address. 28 - enable-gpios: A GPIO specifier for hardware enable pin. 29 - ramp-up-us: Current ramping from one brightness level to 31 Range from 2048 us - 117.44 s 32 - ramp-down-us: Current ramping from one brightness level to [all …]
|
| D | max14577.txt | 1 Maxim MAX14577/77836 Multi-Function Device 3 MAX14577 is a Multi-Function Device with Micro-USB Interface Circuit, Li+ 11 - compatible : Must be "maxim,max14577" or "maxim,max77836". 12 - reg : I2C slave address for the max14577 chip (0x25 for max14577/max77836) 13 - interrupts : IRQ line for the chip. 17 - charger : 20 - compatible : "maxim,max14577-charger" 21 or "maxim,max77836-charger" 22 - maxim,fast-charge-uamp : Current in uA for Fast Charge; 24 - for max14577: 90000 - 950000; [all …]
|
| D | act8945a.txt | 1 Device-Tree bindings for Active-semi ACT8945A MFD driver 4 - compatible: "active-semi,act8945a". 5 - reg: the I2C slave address for the ACT8945A chip 8 - a regulators: see ../regulator/act8945a-regulator.txt 9 - a charger: see ../power/act8945a-charger.txt 13 compatible = "active-semi,act8945a"; 16 active-semi,vsel-high; 20 regulator-name = "VDD_1V35"; 21 regulator-min-microvolt = <1350000>; 22 regulator-max-microvolt = <1350000>; [all …]
|
| D | lp87565.txt | 4 - compatible: "ti,lp87565", "ti,lp87565-q1" 5 - reg: I2C slave address. 6 - gpio-controller: Marks the device node as a GPIO Controller. 7 - #gpio-cells: Should be two. The first cell is the pin number and 10 - xxx-in-supply: Phandle to parent supply node of each regulator 16 compatible = "ti,lp87565-q1"; 18 gpio-controller; 19 #gpio-cells = <2>; 21 buck10-in-supply = <&vsys_3v3>; 22 buck23-in-supply = <&vsys_3v3>; [all …]
|
| D | da9052-i2c.txt | 4 - compatible : Should be "dlg,da9052", "dlg,da9053-aa", 5 "dlg,da9053-ab", or "dlg,da9053-bb" 8 - dlg,tsi-as-adc : Boolean, if set the X+, X-, Y+, Y- touchscreen 11 - tsiref-supply: Phandle to the regulator, which provides the reference 15 Sub-nodes: 16 - regulators : Contain the regulator nodes. The DA9052/53 regulators are 19 buck1 : regulator BUCK CORE 20 buck2 : regulator BUCK PRO 21 buck3 : regulator BUCK MEM 22 buck4 : regulator BUCK PERI [all …]
|
| D | rk808.txt | 11 - compatible: "rockchip,rk805" 12 - compatible: "rockchip,rk808" 13 - compatible: "rockchip,rk809" 14 - compatible: "rockchip,rk817" 15 - compatible: "rockchip,rk818" 16 - reg: I2C slave address 17 - interrupts: the interrupt outputs of the controller. 18 - #clock-cells: from common clock binding; shall be set to 1 (multiple clock 19 outputs). See <dt-bindings/clock/rockchip,rk808.h> for clock IDs. 22 - clock-output-names: From common clock binding to override the [all …]
|
| /Documentation/devicetree/bindings/display/panel/ |
| D | winstar,wf35ltiacd.txt | 4 - compatible: should be "winstar,wf35ltiacd" 5 - power-supply: regulator to provide the VCC supply voltage (3.3 volts) 7 This binding is compatible with the simple-panel binding, which is specified 8 in simple-panel.txt in this directory. 12 compatible = "pwm-backlight"; 14 brightness-levels = <0 31 63 95 127 159 191 223 255>; 15 default-brightness-level = <191>; 16 power-supply = <&bl_reg>; 20 compatible = "regulator-fixed"; 21 regulator-name = "backlight-power-supply"; [all …]
|
12345678910>>...17