Searched full:mt6332 (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.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 | 107 obj-$(CONFIG_REGULATOR_MT6332) += mt6332-regulator.o
|
D | Kconfig | 875 tristate "MediaTek MT6332 PMIC" 879 MediaTek MT6332 PMIC.
|
/linux-6.12.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-6.12.1/arch/arm64/boot/dts/mediatek/ |
D | mt6795-sony-xperia-m5.dts | 423 * MT6332 PMIC: when this is present, the main MT6331 PMIC will fire 424 * an interrupt on the companion, so we use the MT6332 IRQ GPIO. 428 mt6332-led { 429 compatible = "mediatek,mt6332-led";
|
/linux-6.12.1/drivers/mfd/ |
D | mt6397-core.c | 158 /* MT6331 is always used in combination with MT6332 */ 169 .name = "mt6332-regulator", 170 .of_compatible = "mediatek,mt6332-regulator"
|
/linux-6.12.1/Documentation/devicetree/bindings/leds/ |
D | leds-mt6323.txt | 18 - "mediatek,mt6332-led"
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | mt6397.txt | 23 "mediatek,mt6331" for PMIC MT6331 and MT6332
|
/linux-6.12.1/drivers/leds/ |
D | leds-mt6323.c | 685 /* There are no LEDs in MT6332. Only WLEDs are present. */ 709 { .compatible = "mediatek,mt6332-led", .data = &mt6332_pdata },
|