Searched full:rt5120 (Results 1 – 10 of 10) sorted by relevance
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | richtek,rt5120.yaml | 4 $id: http://devicetree.org/schemas/mfd/richtek,rt5120.yaml# 7 title: Richtek RT5120 PMIC 13 The RT5120 provides four high-efficiency buck converters and one LDO voltage 22 - richtek,rt5120 93 PON key that connected to RT5120 PMIC. 98 - richtek,rt5120-pwrkey 125 compatible = "richtek,rt5120"; 134 regulator-name = "rt5120-buck1"; 141 regulator-name = "rt5120-buck2"; 148 regulator-name = "rt5120-buck3"; [all …]
|
/linux/drivers/mfd/ |
H A D | rt5120.c | 60 .name = "rt5120-pmic", 80 MFD_CELL_RES("rt5120-regulator", rt5120_regulator_resources), 81 MFD_CELL_OF("rt5120-pwrkey", rt5120_pwrkey_resources, NULL, 0, 0, "richtek,rt5120-pwrkey"), 107 { .compatible = "richtek,rt5120" }, 114 .name = "rt5120", 122 MODULE_DESCRIPTION("Richtek RT5120 I2C driver");
|
H A D | Makefile | 251 obj-$(CONFIG_MFD_RT5120) += rt5120.o
|
H A D | Kconfig | 1222 tristate "Richtek RT5120 Power Management IC" 1228 The enables support for Richtek RT5120 PMIC. It includes four high
|
/linux/drivers/input/misc/ |
H A D | rt5120-pwrkey.c | 104 { .compatible = "richtek,rt5120-pwrkey" }, 111 .name = "rt5120-pwrkey", 119 MODULE_DESCRIPTION("Richtek RT5120 power key driver");
|
H A D | Kconfig | 940 tristate "RT5120 PMIC power key support" 943 This enables support for RT5120 PMIC power key driver. 946 be called rt5120-pwrkey.
|
H A D | Makefile | 75 obj-$(CONFIG_INPUT_RT5120_PWRKEY) += rt5120-pwrkey.o
|
/linux/drivers/regulator/ |
H A D | rt5120-regulator.c | 404 { "rt5120-regulator", 0 }, 411 .name = "rt5120-regulator", 420 MODULE_DESCRIPTION("Richtek RT5120 regulator driver");
|
H A D | Makefile | 146 obj-$(CONFIG_REGULATOR_RT5120) += rt5120-regulator.o
|
H A D | Kconfig | 1212 tristate "Richtek RT5120 PMIC Regulators" 1215 This adds support for voltage regulator in Richtek RT5120 PMIC.
|