Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/regulator/
H A Drichtek,rt4803.yaml4 $id: http://devicetree.org/schemas/regulator/richtek,rt4803.yaml#
7 title: Richtek RT4803 Boost Regulator
13 RT4803 is a boost regulator that's designed to provide the minimum output
20 https://www.richtek.com/assets/product_file/RT4803/DS4803-03.pdf
29 - richtek,rt4803
59 compatible = "richtek,rt4803";
62 regulator-name = "rt4803-regulator";
/linux/drivers/regulator/
H A Drt4803.c177 desc->name = "rt4803-regulator"; in rt4803_probe()
200 { .compatible = "richtek,rt4803" },
207 .name = "rt4803",
214 MODULE_DESCRIPTION("Richtek RT4803 voltage regulator driver");
H A DKconfig1184 tristate "Richtek RT4803 boost regualtor"
1188 This adds support for RT4803 boost converter that integrates the
1190 RT4803 will enter boost mode. Otherwise, enable internal bypass
H A DMakefile143 obj-$(CONFIG_REGULATOR_RT4803) += rt4803.o