Home
last modified time | relevance | path

Searched full:rt5739 (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/Documentation/devicetree/bindings/regulator/
Drichtek,rt5739.yaml4 $id: http://devicetree.org/schemas/regulator/richtek,rt5739.yaml#
7 title: Richtek RT5739 Step-Down Buck Converter
13 The RT5739 is a step-down switching buck converter that can deliver the
25 - richtek,rt5739
63 compatible = "richtek,rt5739";
67 regulator-name = "richtek,rt5739-buck";
/Linux-v6.6/drivers/regulator/
Drt5739.c3 * Device driver for RT5739 regulator
205 desc->name = "rt5739-regulator"; in rt5739_init_regulator_desc()
240 .name = "rt5739",
276 /* RT5739: (VID & MASK) must be 0 */ in rt5739_probe()
296 { .compatible = "richtek,rt5739" },
303 .name = "rt5739",
312 MODULE_DESCRIPTION("Richtek RT5739 regulator driver");
DKconfig1187 tristate "Richtek RT5739 Regulator"
1191 This adds support for voltage regulator in Richtek RT5739.
1197 will be called rt5739.
DMakefile143 obj-$(CONFIG_REGULATOR_RT5739) += rt5739.o