Home
last modified time | relevance | path

Searched +full:rt5759a +full:- +full:buck (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Drichtek,rt5759-regulator.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/regulator/richtek,rt5759-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - ChiYuan Huang <cy_huang@richtek.com>
13 The RT5759 is a high-performance, synchronous step-down DC-DC converter that
15 voltage can be programmable with I2C controlled 7-Bit VID.
18 https://www.richtek.com/assets/product_file/RT5759/DS5759-00.pdf
23 - richtek,rt5759
24 - richtek,rt5759a
[all …]
/linux-6.12.1/drivers/regulator/
Drt5759-regulator.c1 // SPDX-License-Identifier: GPL-2.0+
70 return -EINVAL; in rt5759_set_mode()
137 i = ARRAY_SIZE(ocp_lvl) - 1; in rt5759_set_ocp()
170 i = ARRAY_SIZE(otp_lvl) - 1; in rt5759_set_otp()
212 struct device_node *np = priv->dev->of_node; in rt5759_regulator_register()
213 struct regulator_desc *reg_desc = &priv->desc; in rt5759_regulator_register()
218 reg_desc->name = "rt5759-buck"; in rt5759_regulator_register()
219 reg_desc->type = REGULATOR_VOLTAGE; in rt5759_regulator_register()
220 reg_desc->owner = THIS_MODULE; in rt5759_regulator_register()
221 reg_desc->ops = &rt5759_regulator_ops; in rt5759_regulator_register()
[all …]