Searched full:mt6332 (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/regulator/ |
D | mt6332-regulator.c | 15 #include <linux/mfd/mt6332/registers.h> 18 #include <linux/regulator/mt6332-regulator.h> 25 * MT6332 regulators information 332 struct mt6397_chip *mt6332 = dev_get_drvdata(pdev->dev.parent); in mt6332_set_buck_vosel_reg() local 338 if (regmap_read(mt6332->regmap, in mt6332_set_buck_vosel_reg() 358 struct mt6397_chip *mt6332 = dev_get_drvdata(pdev->dev.parent); in mt6332_regulator_probe() local 369 if (regmap_read(mt6332->regmap, MT6332_HWCID, ®_value) < 0) { in mt6332_regulator_probe() 378 * ChipID 0x10 is "MT6332 E1", has a different voltage table and in mt6332_regulator_probe() 392 config.regmap = mt6332->regmap; in mt6332_regulator_probe() 405 {"mt6332-regulator", 0}, [all …]
|
D | Makefile | 99 obj-$(CONFIG_REGULATOR_MT6332) += mt6332-regulator.o
|
D | Kconfig | 800 tristate "MediaTek MT6332 PMIC" 804 MediaTek MT6332 PMIC.
|
/Linux-v6.1/Documentation/devicetree/bindings/regulator/ |
D | mediatek,mt6332-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/mediatek,mt6332-regulator.yaml# 7 title: MT6332 Regulator from MediaTek Integrated 13 The MT6332 Companion PMIC provides 6 BUCK and 4 LDO (Low Dropout) 16 MT6332 regulators node should be sub node of the MT6397 MFD node.
|
/Linux-v6.1/drivers/mfd/ |
D | mt6397-core.c | 151 /* MT6331 is always used in combination with MT6332 */ 162 .name = "mt6332-regulator", 163 .of_compatible = "mediatek,mt6332-regulator"
|
/Linux-v6.1/Documentation/devicetree/bindings/mfd/ |
D | mt6397.txt | 23 "mediatek,mt6331" for PMIC MT6331 and MT6332
|