Searched full:rt5759 (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | richtek,rt5759-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/richtek,rt5759-regulator.yaml# 7 title: Richtek RT5759 High Performance DCDC Converter 13 The RT5759 is a high-performance, synchronous step-down DC-DC converter that 18 https://www.richtek.com/assets/product_file/RT5759/DS5759-00.pdf 23 - richtek,rt5759 48 const: richtek,rt5759 60 # example 1 for RT5759 67 compatible = "richtek,rt5759"; 69 regulator-name = "rt5759-buck";
|
/linux/drivers/regulator/ |
H A D | rt5759-regulator.c | 218 reg_desc->name = "rt5759-buck"; in rt5759_regulator_register() 240 * RT5759 step uV = 10000 in rt5759_regulator_register() 353 { .compatible = "richtek,rt5759", .data = (void *)CHIP_TYPE_RT5759 }, 361 .name = "rt5759", 370 MODULE_DESCRIPTION("Richtek RT5759 Regulator Driver");
|
H A D | Kconfig | 1245 tristate "Richtek RT5759 Regulator" 1249 This adds support for voltage regulator in Richtek RT5759. 1250 The RT5759 is a high-performance, synchronous step-down DC-DC
|
H A D | Makefile | 149 obj-$(CONFIG_REGULATOR_RT5759) += rt5759-regulator.o
|