Searched +full:enable +full:- +full:undervolt +full:- +full:hiccup (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | richtek,rt5120.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - ChiYuan Huang <cy_huang@richtek.com> 13 The RT5120 provides four high-efficiency buck converters and one LDO voltage 22 - richtek,rt5120 30 interrupt-controller: true 32 "#interrupt-cells": 35 wakeup-source: true 37 richtek,enable-undervolt-hiccup: [all …]
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | richtek,rt5190a-regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/regulator/richtek,rt5190a-regulator.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - ChiYuan Huang <cy_huang@richtek.com> 23 - richtek,rt5190a 31 vin2-supply: 34 vin3-supply: 37 vin4-supply: 40 vinldo-supply: [all …]
|
/linux/drivers/regulator/ |
H A D | rt5120-regulator.c | 1 // SPDX-License-Identifier: GPL-2.0+ 72 return -EINVAL; in rt5120_buck_set_mode() 134 return -EINVAL; in rt5120_buck1_set_suspend_voltage() 136 sel = (uV - RT5120_BUCK1_MINUV) / RT5120_BUCK1_STEPUV; in rt5120_buck1_set_suspend_voltage() 159 .enable = regulator_enable_regmap, 175 .enable = regulator_enable_regmap, 187 .enable = regulator_enable_regmap, 197 .enable = regulator_enable_regmap, 224 desc->name = name[rid]; in rt5120_fillin_regulator_desc() 225 desc->supply_name = sname[rid]; in rt5120_fillin_regulator_desc() [all …]
|