Searched full:rtq2134 (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | richtek,rtq2134-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/richtek,rtq2134-regulator.yaml# 7 title: Richtek RTQ2134 SubPMIC Regulator 13 The RTQ2134 is a multi-phase, programmable power management IC that 17 https://www.richtek.com/assets/product_file/RTQ2134-QA/DSQ2134-QA-01.pdf 22 - richtek,rtq2134 66 rtq2134@18 { 67 compatible = "richtek,rtq2134"; 72 regulator-name = "rtq2134-buck1"; 83 regulator-name = "rtq2134-buck2"; 94 regulator-name = "rtq2134-buck3";
|
/linux/drivers/regulator/ |
H A D | rtq2134-regulator.c | 358 { .compatible = "richtek,rtq2134", }, 365 .name = "rtq2134", 374 MODULE_DESCRIPTION("Richtek RTQ2134 Regulator Driver");
|
H A D | Kconfig | 1286 tristate "Richtek RTQ2134 SubPMIC Regulator" 1290 This driver adds support for RTQ2134 SubPMIC regulators. 1291 The RTQ2134 is a multi-phase, programmable power management IC that
|
H A D | Makefile | 154 obj-$(CONFIG_REGULATOR_RTQ2134) += rtq2134-regulator.o
|