Searched full:rt5190a (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/regulator/ |
D | richtek,rt5190a-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/richtek,rt5190a-regulator.yaml# 7 title: Richtek RT5190A PMIC Regulator 13 The RT5190A integrates 1 channel buck controller, 3 channels high efficiency 23 - richtek,rt5190a 92 #include <dt-bindings/regulator/richtek,rt5190a-regulator.h> 99 compatible = "richtek,rt5190a"; 108 regulator-name = "rt5190a-buck1"; 115 regulator-name = "rt5190a-buck2"; 121 regulator-name = "rt5190a-buck3"; 127 regulator-name = "rt5190a-buck4"; [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/mediatek/ |
D | mt7988a-bananapi-bpi-r4.dts | 6 #include <dt-bindings/regulator/richtek,rt5190a-regulator.h> 87 rt5190a_64: rt5190a@64 { 88 compatible = "richtek,rt5190a"; 96 regulator-name = "rt5190a-buck1"; 118 regulator-name = "rt5190a-buck4"; 127 regulator-name = "rt5190a-ldo";
|
/linux-6.14.4/drivers/regulator/ |
D | rt5190a-regulator.c | 3 #include <dt-bindings/regulator/richtek,rt5190a-regulator.h> 500 { .compatible = "richtek,rt5190a", }, 507 .name = "rt5190a", 516 MODULE_DESCRIPTION("Richtek RT5190A Regulator Driver");
|
D | Makefile | 147 obj-$(CONFIG_REGULATOR_RT5190A) += rt5190a-regulator.o
|
D | Kconfig | 1222 tristate "Richtek RT5190A PMIC" 1226 This adds support for voltage regulator in Richtek RT5190A PMIC.
|