Searched full:rt5120 (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/mfd/ |
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-v6.1/drivers/mfd/ |
D | rt5120.c | 60 .name = "rt5120-pmic", 81 MFD_CELL_RES("rt5120-regulator", rt5120_regulator_resources), 82 MFD_CELL_OF("rt5120-pwrkey", rt5120_pwrkey_resources, NULL, 0, 0, "richtek,rt5120-pwrkey"), 108 { .compatible = "richtek,rt5120" }, 115 .name = "rt5120", 123 MODULE_DESCRIPTION("Richtek RT5120 I2C driver");
|
D | Makefile | 245 obj-$(CONFIG_MFD_RT5120) += rt5120.o
|
D | Kconfig | 1179 tristate "Richtek RT5120 Power Management IC" 1185 The enables support for Richtek RT5120 PMIC. It includes four high
|
/Linux-v6.1/drivers/input/misc/ |
D | rt5120-pwrkey.c | 104 { .compatible = "richtek,rt5120-pwrkey" }, 111 .name = "rt5120-pwrkey", 119 MODULE_DESCRIPTION("Richtek RT5120 power key driver");
|
D | Kconfig | 913 tristate "RT5120 PMIC power key support" 916 This enables support for RT5120 PMIC power key driver. 919 be called rt5120-pwrkey.
|
D | Makefile | 73 obj-$(CONFIG_INPUT_RT5120_PWRKEY) += rt5120-pwrkey.o
|
/Linux-v6.1/drivers/regulator/ |
D | rt5120-regulator.c | 404 { "rt5120-regulator", 0 }, 411 .name = "rt5120-regulator", 419 MODULE_DESCRIPTION("Richtek RT5120 regulator driver");
|
D | Makefile | 133 obj-$(CONFIG_REGULATOR_RT5120) += rt5120-regulator.o
|
D | Kconfig | 1087 tristate "Richtek RT5120 PMIC Regulators" 1090 This adds support for voltage regulator in Richtek RT5120 PMIC.
|