Home
last modified time | relevance | path

Searched +full:rt5120 +full:- +full:buck2 (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Drichtek,rt5120.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mfd/richtek,rt5120.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Richtek RT5120 PMIC
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":
[all …]
/linux-6.12.1/drivers/regulator/
Drt5120-regulator.c1 // 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()
219 "buck1", "buck2", "buck3", "buck4", "ldo", "exten" }; in rt5120_fillin_regulator_desc()
224 desc->name = name[rid]; in rt5120_fillin_regulator_desc()
225 desc->supply_name = sname[rid]; in rt5120_fillin_regulator_desc()
226 desc->owner = THIS_MODULE; in rt5120_fillin_regulator_desc()
227 desc->type = REGULATOR_VOLTAGE; in rt5120_fillin_regulator_desc()
228 desc->id = rid; in rt5120_fillin_regulator_desc()
[all …]